名称 最后提交
.electron-vue 正在载入提交数据...
build/icons 正在载入提交数据...
config 正在载入提交数据...
dist/web 正在载入提交数据...
lib 正在载入提交数据...
server 正在载入提交数据...
src 正在载入提交数据...
static 正在载入提交数据...
.babelrc 正在载入提交数据...
.eslintignore 正在载入提交数据...
.eslintrc.js 正在载入提交数据...
.gitignore 正在载入提交数据...
LICENSE 正在载入提交数据...
README.md 正在载入提交数据...
README_ZH.md 正在载入提交数据...
package.json 正在载入提交数据...
yarn.lock 正在载入提交数据...
关于一些插件的记录.md 正在载入提交数据...

Electron-Vue-template

This is a project based on electron-vue, using the elementUI, vuex, vue-router, axios technology stack. This project is divided into two branches. The master maintains the original project structure and features for dependency updates, and the SynchronizedUpdates branch. It keeps the original file structure and the code part is completely customized by me personally; it includes: a complete background management interface, nedb database package, and two complete update download methods. If you feel redundant, you can delete it yourself.

中文文档地址 中文在线文档 国内访问地址 国内文档访问地址

Thanks for support.

Build Setup

# install dependencies
npm install or yarn install

# serve with hot reload at localhost:9080
npm run dev or yarn dev

# build electron application for production
npm run build or yarn build

# run unit & end-to-end tests
npm test



This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here. Manage interface code address here