https://github.com/bkawk/quasar-vue
https://github.com/bkawk/quasar-vue
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bkawk/quasar-vue
- Owner: bkawk
- License: mit
- Created: 2021-09-26T17:09:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-26T17:43:28.000Z (over 4 years ago)
- Last Synced: 2025-05-16T15:13:00.471Z (10 months ago)
- Language: JavaScript
- Size: 216 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# myapp (my-app)
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://v2.quasar.dev/quasar-cli/quasar-conf-js).