1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-13 22:00:28 +05:30
Piped/README.md

30 lines
322 B
Markdown
Raw Normal View History

2020-11-06 09:06:25 +05:30
# piped
## Project setup
2020-11-17 10:45:35 +05:30
2020-11-06 09:06:25 +05:30
```
npm install
```
### Compiles and hot-reloads for development
2020-11-17 10:45:35 +05:30
2020-11-06 09:06:25 +05:30
```
npm run serve
```
### Compiles and minifies for production
2020-11-17 10:45:35 +05:30
2020-11-06 09:06:25 +05:30
```
npm run build
```
### Lints and fixes files
2020-11-17 10:45:35 +05:30
2020-11-06 09:06:25 +05:30
```
npm run lint
```
### Customize configuration
2020-11-17 10:45:35 +05:30
2020-11-06 09:06:25 +05:30
See [Configuration Reference](https://cli.vuejs.org/config/).