https://github.com/freddie-nelson/mustap.me
A Sleek, Modern Music App that allows you to add your existing playists from youtube to listen to.
https://github.com/freddie-nelson/mustap.me
Last synced: 21 days ago
JSON representation
A Sleek, Modern Music App that allows you to add your existing playists from youtube to listen to.
- Host: GitHub
- URL: https://github.com/freddie-nelson/mustap.me
- Owner: freddie-nelson
- Created: 2020-03-17T14:49:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T05:35:18.000Z (over 2 years ago)
- Last Synced: 2025-05-08T19:15:34.265Z (21 days ago)
- Language: Vue
- Size: 2.65 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mustap.me
## 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/).