ontwikkelfabriek / quasar-meteor

❄️ A Quasar + Meteor starter kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

❄️ A Quasar + Meteor starter kit


Languages

Language:Vue 49.4%Language:JavaScript 43.3%Language:HTML 5.0%Language:Stylus 2.3%