1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-03-21 17:22:56 +03:00
VueTorrent/README.md

25 lines
322 B
Markdown
Raw Normal View History

2020-05-20 14:49:42 +02:00
# vuetorrent
## 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/).