Piped/README.md

35 lines
783 B
Markdown
Raw Normal View History

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