https://github.com/zainab7681051/simplefreetube
a simple youtube clone in vue with invidous api
https://github.com/zainab7681051/simplefreetube
api javascript vue webpack youtube
Last synced: 3 months ago
JSON representation
a simple youtube clone in vue with invidous api
- Host: GitHub
- URL: https://github.com/zainab7681051/simplefreetube
- Owner: zainab7681051
- License: gpl-3.0
- Created: 2023-05-13T12:17:21.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T17:34:45.000Z (over 1 year ago)
- Last Synced: 2025-03-05T00:34:58.947Z (over 1 year ago)
- Topics: api, javascript, vue, webpack, youtube
- Language: Vue
- Homepage: https://zainab7681051.github.io/simpleFreeTube/
- Size: 582 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# simplefreetube
a simple youtube clone in vue with invidous api
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```