/quasar-meteor

❄️ A Quasar + Meteor starter kit

Primary LanguageVue

A Quasar Framework + Meteor starter kit

Commands to start, lint and build

# install dependencies
$ npm install

# install meteor client bundler
$ npm run bundler

# before running the application, make sure that the meteor server is running for this
$ npm run api

# lint code
$ npm run lint

These commands require you to install the Quasar CLI

# serve with hot reload at localhost:8081
$ npm run dev

# build for production with minification
$ npm run build
NOTE: There are two ways to integrate Quasar with the Meteor. One is using Quasar-CLI and another using Meteor-CLI, this repository is using Quasar's integral base with a Meteor API using Meteor Client Bundler