Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kostyfisik/quasar-ssg-demo
https://github.com/kostyfisik/quasar-ssg-demo
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kostyfisik/quasar-ssg-demo
- Owner: kostyfisik
- Created: 2022-07-20T14:11:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T14:41:54.000Z (over 2 years ago)
- Last Synced: 2024-11-06T22:44:00.596Z (about 2 months ago)
- Language: JavaScript
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quasar App (quasar-ssg)
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 lint
```### Format the files
```bash
yarn format
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).