https://github.com/willvrd/quasar
Quasar Framework - Basic Example
https://github.com/willvrd/quasar
Last synced: about 2 months ago
JSON representation
Quasar Framework - Basic Example
- Host: GitHub
- URL: https://github.com/willvrd/quasar
- Owner: willvrd
- Created: 2018-10-30T01:39:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:19:45.000Z (over 2 years ago)
- Last Synced: 2025-01-15T21:06:04.793Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quasar App (base)
Testing - William Verde
## 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).