An electron-vue project
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit & end-to-end tests
npm test
# lint all JS/Vue component files in `src/`
npm run lint
Here you can find the requirements for running the program:
"async": "^2.5.0",
"mp3-duration": "^1.0.10",
"vue": "^2.3.3",
"vue-electron": "^1.0.6",
"vue-material": "^0.7.4",
"vuex": "^2.4.0",
"webtorrent": "^0.98.19"
You can install them with: npm install
.
This project was generated with electron-vue@e04a5b5 using vue-cli. Documentation about the original structure can be found here.