Skip to content

alexandesigner/quasar-meteor

Repository files navigation

A Quasar Framework + Meteor starter kit

Get Started

# Install dependencies
npm install

# Install meteor client bundler
npm run generate:bundler
This will generate a meteor.bundle.js file in /node_modules, make sure it really exists before running the application.

Run API in Meteor

# Run application at localhost:4000
npm run api

Commands to run/build Application

# Serve with hot reload at localhost:3000
npm run dev

# Build for production with minification
npm run build

# Lint code
npm run lint
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