https://github.com/jvzeller/app-client
A simple quick-start template for Quasar Framework App
https://github.com/jvzeller/app-client
Last synced: about 2 months ago
JSON representation
A simple quick-start template for Quasar Framework App
- Host: GitHub
- URL: https://github.com/jvzeller/app-client
- Owner: JVZELLER
- License: mit
- Created: 2019-12-24T17:49:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T13:17:42.000Z (over 2 years ago)
- Last Synced: 2025-02-03T06:54:18.118Z (4 months ago)
- Language: JavaScript
- Size: 30.9 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quasar App (app)
A simple quick-start template for Quasar apps
## Install the dependencies
```bash
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
npm run lint
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).