An open API service indexing awesome lists of open source software.

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

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
```