mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-24 18:36:14 +03:00
The sleekest looking WEBUI for qBittorrent made with Vuejs!
public | ||
server | ||
src | ||
.gitignore | ||
babel.config.js | ||
package-lock.json | ||
package.json | ||
README.md |
Vuetorrent
Project setup
- development
npm install & npm run serve
- production
npm install & npm run build
then copy dist to server/dist
rename config.example.json to config.json
run node server/src/server.js