All Projects → quasarframework → quasar-template-meteor

quasarframework / quasar-template-meteor

Licence: MIT license
Quasar Starter Kit for Meteor

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to quasar-template-meteor

issue-blog
基于 GitHub API 的博客工具,尽情享受 GitHub Issue 带来的便利吧。
Stars: ✭ 44 (+0%)
Mutual labels:  quasar-framework
quasar-manage
基于 Quasar-cli 的中后台前端解决方案
Stars: ✭ 62 (+40.91%)
Mutual labels:  quasar-framework
larasar
Laravel + Quasar Framework
Stars: ✭ 77 (+75%)
Mutual labels:  quasar-framework
alighieri
A distraction-free tool for novelists and writers
Stars: ✭ 105 (+138.64%)
Mutual labels:  quasar-framework
quasar-hackernews
HackerNews clone built with Vue 2.0, vue-router & vuex & Quasar Framework, with server-side rendering
Stars: ✭ 25 (-43.18%)
Mutual labels:  quasar-framework
vue-telescope-extensions
Browser extensions for Vue Telescope
Stars: ✭ 121 (+175%)
Mutual labels:  quasar-framework
stepmania-song-manager
Download and update song packs for StepMania with ease.
Stars: ✭ 23 (-47.73%)
Mutual labels:  quasar-framework
fd-vue-webapp
A Vue.js web application for Freedomotic Open IoT framework
Stars: ✭ 63 (+43.18%)
Mutual labels:  quasar-framework
skeleton-quasar
Exemplo simples de skeleton para o Quasar Framework
Stars: ✭ 40 (-9.09%)
Mutual labels:  quasar-framework
quasar-epub-reader
📚 👓 An epub reader made with quasar framework and epubjs
Stars: ✭ 22 (-50%)
Mutual labels:  quasar-framework
django-step-by-step
A Django + Vue reference project that focuses on developer tooling and CI/CD + IaC
Stars: ✭ 86 (+95.45%)
Mutual labels:  quasar-framework
dashblocks-template
Dashblocks Vue Material Admin Template
Stars: ✭ 143 (+225%)
Mutual labels:  quasar-framework
quasar-testing
Testing Harness App Extensions for the Quasar Framework 1.0+
Stars: ✭ 142 (+222.73%)
Mutual labels:  quasar-framework
CensusD3
interactive d3.js v.4 maps and graphs data viz of US census data from census.gov
Stars: ✭ 13 (-70.45%)
Mutual labels:  quasar-framework
quasar-starter-ssr-pwa-jest-cypress
Accelerated starter kit for building a quasar 17 app.
Stars: ✭ 49 (+11.36%)
Mutual labels:  quasar-framework
quasar-typescript-admin-template
💫 💫 [use Class API Not use composion or option API]template for Vue2 or Vue3 admin with quasar and use Tyepscript (master branch ->Vue2, v3-admin branch ->Vue3) 🌝 🌝 support pwa,electron,spa,Ionic
Stars: ✭ 87 (+97.73%)
Mutual labels:  quasar-framework
vue-cli-plugin-quasar
Quasar Framework Vue CLI plugin
Stars: ✭ 66 (+50%)
Mutual labels:  quasar-framework
example-frontend
Example Quasar v2 app to be used with Laravel 8 projects
Stars: ✭ 24 (-45.45%)
Mutual labels:  quasar-framework
quasar-ui-qactivity
Create activity timeline
Stars: ✭ 38 (-13.64%)
Mutual labels:  quasar-framework
nuxt-quasar
Nuxt module for the Quasar Framework
Stars: ✭ 36 (-18.18%)
Mutual labels:  quasar-framework

Quasar Framework logo

quasar-template-meteor

Quasar Starter Kit for Meteor

(Updated 2nd June 2021).

Quasar 1.15.16

Meteor 2.2

This is a resource which will show how to install Quasar inside the Meteor framework, with Vue2 also installed.

With the arrival of Meteor 1.8.2 you can now simply install quasar from npm

meteor npm install quasar

Installation of this example code

clone this repository:

git clone https://github.com/quasarframework/quasar-template-meteor.git

cd into the 'template' folder:

cd quasar-template-meteor/template

Install from npm

meteor npm install

Create a link to the quasar-extras .woff files in the /public directory This makes the material-icons stuff appear

ln -s ../node_modules/@quasar/extras/material-icons/web-font public

There is a good explanation on StackOverflow of why there is a problem with the .woff files https://stackoverflow.com/questions/34133808/webpack-ots-parsing-error-loading-fonts

(If you are doing this on Windows the link command is:

mklink /D "public\web-font" "..\node_modules\@quasar\extras\material-icons\web-font"
  • thanks to Noboxulus)

run meteor (still inside the template folder)

meteor

It should then say: App running at: http://localhost:3000/

Point your desktop browser to that address.

Then if you open Chrome or Firefox dev tools and click on the mobile phone icon you should see this: you should see this

Please refer to guide.meteor.com/mobile.html for how to launch mobile apps on IOS and Android.

Meteor simplifies some of the difficulties of running your app on IOS for development (install Xcode, plug your phone into the USB port and call 'meteor run ios-device'), however registering yourself as an Apple developer and working out how to register your app is a fairly frustrating experience.

This project uses the Akryum projects to simplify Meteor working with vuejs and quasar-framework. The most useful page to consult is: https://github.com/meteor-vue/vue-meteor-tracker

This is the main page for all the Meteor/Vuejs projects: https://github.com/meteor-vue/vue-meteor

Note:

The 'template' folder is a necessary part of the quasar framework. However all meteor commands should only be run once you have moved inside the 'template' folder. This extra 'template' folder is there because quasar-framework requires it. However, Quasar-framework uses Webpack for its builds, but Meteor has its own build system. This means that it is unlikely that you will be able to use quasar cli, because it all leads up to a quasar build using webpack.

To use Meteor, just cd into the 'template' folder and run all your usual meteor commands from there.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].