https://github.com/sigafoos/discogs
Track your spins
https://github.com/sigafoos/discogs
Last synced: about 2 months ago
JSON representation
Track your spins
- Host: GitHub
- URL: https://github.com/sigafoos/discogs
- Owner: Sigafoos
- Created: 2020-03-16T22:25:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T12:38:22.000Z (over 2 years ago)
- Last Synced: 2025-02-15T08:17:53.383Z (4 months ago)
- Language: Vue
- Size: 3.93 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# discogs
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).