https://github.com/explooosion/vue-boilerplate
https://github.com/explooosion/vue-boilerplate
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/explooosion/vue-boilerplate
- Owner: explooosion
- Created: 2022-05-11T17:33:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T17:19:05.000Z (about 4 years ago)
- Last Synced: 2025-01-24T22:11:25.927Z (over 1 year ago)
- Language: JavaScript
- Size: 233 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quasar App (vue-boilerplate)
A Quasar Project
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### Format the files
```bash
yarn format
# or
npm run format
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-webpack/quasar-config-js).