mirror of
https://github.com/TeamPiped/Piped
synced 2025-09-05 21:11:09 +02:00
35 lines
783 B
Markdown
35 lines
783 B
Markdown
# piped
|
|
|
|
[](https://matrix.to/#/#piped:matrix.org)
|
|

|
|
[](https://github.com/TeamPiped/Piped/stargazers)
|
|
[](https://github.com/TeamPiped/Piped/commits)
|
|
|
|
## Project setup
|
|
|
|
```
|
|
npm install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
|
|
```
|
|
npm run serve
|
|
```
|
|
|
|
### Compiles and minifies for production
|
|
|
|
```
|
|
npm run build
|
|
```
|
|
|
|
### Lints and fixes files
|
|
|
|
```
|
|
npm run lint
|
|
```
|
|
|
|
### Customize configuration
|
|
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|