https://github.com/hotslab/mytube
A simple video platform written in Quasar
https://github.com/hotslab/mytube
Last synced: 3 months ago
JSON representation
A simple video platform written in Quasar
- Host: GitHub
- URL: https://github.com/hotslab/mytube
- Owner: hotslab
- License: gpl-3.0
- Created: 2024-03-27T03:44:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T07:32:59.000Z (about 2 years ago)
- Last Synced: 2025-03-03T09:42:01.160Z (over 1 year ago)
- Language: Vue
- Size: 647 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyTube
A simple video platform built with Quasar
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### Format the files
```bash
yarn format
# or
npm run format
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).