https://github.com/johnexzy/leccelwithquarsar
rebuilding leccel.net with quarsar
https://github.com/johnexzy/leccelwithquarsar
Last synced: about 2 months ago
JSON representation
rebuilding leccel.net with quarsar
- Host: GitHub
- URL: https://github.com/johnexzy/leccelwithquarsar
- Owner: johnexzy
- Created: 2021-12-09T12:05:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T20:19:46.000Z (over 3 years ago)
- Last Synced: 2025-03-16T17:31:38.863Z (8 months ago)
- Language: CSS
- Homepage: https://leccel-with-quarsar.vercel.app
- Size: 5.58 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leccel Quasar App (leccel)
A music media formally written with standalone Vue.
## 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://v1.quasar.dev/quasar-cli/quasar-conf-js).