Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simotae14/video-browser
Video browser using Vuejs
https://github.com/simotae14/video-browser
Last synced: about 1 month ago
JSON representation
Video browser using Vuejs
- Host: GitHub
- URL: https://github.com/simotae14/video-browser
- Owner: simotae14
- Created: 2019-03-24T22:40:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T16:48:31.000Z (almost 6 years ago)
- Last Synced: 2024-11-11T05:43:22.593Z (3 months ago)
- Language: Vue
- Size: 115 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# video-browser
## 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/).