2020-11-06 04:36:25 +01:00
|
|
|
# piped
|
|
|
|
|
2020-12-01 13:34:25 +01:00
|
|
|
![Matrix](https://img.shields.io/matrix/piped:matrix.org)
|
|
|
|
![Netlify](https://img.shields.io/netlify/6ccde6a7-6792-4105-9a28-ee13ce1fbc44)
|
|
|
|
![GitHub Repo stars](https://img.shields.io/github/stars/TeamPiped/Piped-Frontend?style=social)
|
|
|
|
![GitHub last commit](https://img.shields.io/github/last-commit/TeamPiped/Piped-Frontend)
|
|
|
|
|
2020-11-06 04:36:25 +01:00
|
|
|
## Project setup
|
2020-11-17 06:15:35 +01:00
|
|
|
|
2020-11-06 04:36:25 +01:00
|
|
|
```
|
|
|
|
npm install
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and hot-reloads for development
|
2020-11-17 06:15:35 +01:00
|
|
|
|
2020-11-06 04:36:25 +01:00
|
|
|
```
|
|
|
|
npm run serve
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and minifies for production
|
2020-11-17 06:15:35 +01:00
|
|
|
|
2020-11-06 04:36:25 +01:00
|
|
|
```
|
|
|
|
npm run build
|
|
|
|
```
|
|
|
|
|
|
|
|
### Lints and fixes files
|
2020-11-17 06:15:35 +01:00
|
|
|
|
2020-11-06 04:36:25 +01:00
|
|
|
```
|
|
|
|
npm run lint
|
|
|
|
```
|
|
|
|
|
|
|
|
### Customize configuration
|
2020-11-17 06:15:35 +01:00
|
|
|
|
2020-11-06 04:36:25 +01:00
|
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|