https://github.com/shadowtime2000/youtube-player
A youtube player built with Vue
https://github.com/shadowtime2000/youtube-player
Last synced: 5 months ago
JSON representation
A youtube player built with Vue
- Host: GitHub
- URL: https://github.com/shadowtime2000/youtube-player
- Owner: shadowtime2000
- Created: 2020-08-17T17:39:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T17:42:59.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T08:35:19.903Z (over 1 year ago)
- Language: HTML
- Homepage: https://youtube-player-app.netlify.app
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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/).