https://github.com/wmxpy/upgradee-rebuild
Rebuild upgradee with Electron-vue.
https://github.com/wmxpy/upgradee-rebuild
Last synced: 10 months ago
JSON representation
Rebuild upgradee with Electron-vue.
- Host: GitHub
- URL: https://github.com/wmxpy/upgradee-rebuild
- Owner: WMXPY
- Created: 2017-04-27T21:38:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T04:03:59.000Z (almost 6 years ago)
- Last Synced: 2025-01-17T12:58:14.880Z (over 1 year ago)
- Language: JavaScript
- Size: 681 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# upgradee
> An electron-vue project
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron app for production
npm run build
# run webpack in production
npm run pack
```
More information can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/en/npm_scripts.html).
---
This project was generated from [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about this project can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).