https://github.com/etienne-bobo/prolyrics-client
Prolyrics official app client side
https://github.com/etienne-bobo/prolyrics-client
vue vuetify vuetifyjs
Last synced: 3 months ago
JSON representation
Prolyrics official app client side
- Host: GitHub
- URL: https://github.com/etienne-bobo/prolyrics-client
- Owner: Etienne-bobo
- Created: 2020-03-23T03:26:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T01:56:02.000Z (over 1 year ago)
- Last Synced: 2025-01-10T10:30:13.131Z (4 months ago)
- Topics: vue, vuetify, vuetifyjs
- Language: Vue
- Homepage: https://www.prolyric.in
- Size: 41.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prolyrics client side code
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Run your end-to-end tests
```
npm run test:e2e
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).