An open API service indexing awesome lists of open source software.

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

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)