https://github.com/devjin0617/youtube-category
https://github.com/devjin0617/youtube-category
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devjin0617/youtube-category
- Owner: devjin0617
- Created: 2019-04-04T13:29:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T16:20:26.000Z (about 7 years ago)
- Last Synced: 2025-02-25T22:31:37.317Z (over 1 year ago)
- Language: Vue
- Size: 179 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# youtube-category
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).