https://github.com/mudin/mytube
Video Sharing site template with element-ui and videojs
https://github.com/mudin/mytube
comments element-ui likes player responsive video videojs vue vue-cli vue-cli-3
Last synced: 6 months ago
JSON representation
Video Sharing site template with element-ui and videojs
- Host: GitHub
- URL: https://github.com/mudin/mytube
- Owner: mudin
- Created: 2019-06-27T08:47:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T04:25:00.000Z (almost 2 years ago)
- Last Synced: 2025-06-21T08:47:47.384Z (about 1 year ago)
- Topics: comments, element-ui, likes, player, responsive, video, videojs, vue, vue-cli, vue-cli-3
- Language: Vue
- Homepage: https://mudin.github.io/videojs-element/
- Size: 346 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# client
## 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
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).