An electron-vue project (vue + iview-ui)
基于 electron-vue, element-ui, Axios 企业级后台管理系统最佳实践。
- Axios @0.x
- iview-ui @3.x
- Vue @2.5.x
- Vue-Router @3.x
- Vuex @3.x
- ES6
- SCSS
# use taobao registry
npm install -g cnpm --registry=https://registry.npm.taobao.org
# install dependencies
cnpm install
# serve with hot reload at localhost:9080
npm run dev
# build electron app for production
npm run build
# lint all JS/Vue component files in `app/src`
npm run lint
# run webpack in production
npm run pack