https://github.com/alexandesigner/quasar-meteor
❄️ A Quasar + Meteor starter kit
https://github.com/alexandesigner/quasar-meteor
meteor mongodb quasar-framework quasar-meteor vue2
Last synced: 5 months ago
JSON representation
❄️ A Quasar + Meteor starter kit
- Host: GitHub
- URL: https://github.com/alexandesigner/quasar-meteor
- Owner: alexandesigner
- Created: 2017-10-21T01:44:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-08T00:31:56.000Z (over 3 years ago)
- Last Synced: 2023-08-18T17:39:26.895Z (over 1 year ago)
- Topics: meteor, mongodb, quasar-framework, quasar-meteor, vue2
- Language: Vue
- Homepage:
- Size: 1.32 MB
- Stars: 20
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> A [Quasar Framework](https://github.com/quasarframework/quasar) + [Meteor](https://github.com/meteor/meteor) starter kit
## Get Started
``` bash
# 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``` bash
# Run application at localhost:4000
npm run api
```## Commands to run/build Application
```bash
# 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](https://github.com/Urigo/meteor-client-bundler)