|
1 vecka sedan | |
---|---|---|
.electron-vue | 2 veckor sedan | |
.github | 2 veckor sedan | |
build | 1 vecka sedan | |
config | 2 veckor sedan | |
env | 2 veckor sedan | |
lib | 2 veckor sedan | |
server | 2 veckor sedan | |
src | 1 vecka sedan | |
static | 1 vecka sedan | |
.babelrc | 2 veckor sedan | |
.eslintignore | 2 veckor sedan | |
.eslintrc.js | 2 veckor sedan | |
.gitignore | 1 vecka sedan | |
.postcssrc.js | 2 veckor sedan | |
.prettierrc.cjs | 2 veckor sedan | |
CHANGELOG.md | 2 veckor sedan | |
LICENSE | 2 veckor sedan | |
README.md | 2 veckor sedan | |
README_ZH.md | 2 veckor sedan | |
package.json | 1 vecka sedan | |
tailwind.config.js | 2 veckor sedan | |
yarn.lock | 2 veckor sedan |
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.
中文在线文档 国内访问地址 国内文档访问地址 vite 版本 vite 版本(码云)
# install dependencies
yarn or yarn install
# serve with hot reload at localhost:9080
yarn dev
# build electron application for production
yarn build
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