https://github.com/mini-ghost/vue3-youtube-practice
https://github.com/mini-ghost/vue3-youtube-practice
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mini-ghost/vue3-youtube-practice
- Owner: Mini-ghost
- Created: 2020-09-24T09:32:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T08:38:06.000Z (about 5 years ago)
- Last Synced: 2025-11-30T03:52:15.318Z (4 months ago)
- Language: Vue
- Homepage: https://mini-ghost.github.io/vue3-youtube-practice/
- Size: 758 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-youtube
## 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/).