https://github.com/jannchie/quasar-v2-template
https://github.com/jannchie/quasar-v2-template
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jannchie/quasar-v2-template
- Owner: Jannchie
- Created: 2021-03-09T10:59:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T19:45:25.000Z (about 5 years ago)
- Last Synced: 2025-04-09T13:33:37.094Z (about 1 year ago)
- Language: Vue
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quasar App (quasar-v2-template)
A Quasar Framework app
## Install the dependencies
```bash
yarn
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn 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).