Proton Admin是一个, 在大神PanJiaChen的力作: Vue Element Admin基础上改建而来的Electron项目。
# clone the project
git clone https://github.com/windyao/proton-admin.git
# enter the project directory
cd proton-admin
# install dependency
npm install
# electron模式
npm run dev:desktop
# web模式
npm run dev:web
# electron构建, 会同时生成mac和windows环境的包
npm run build:desktop
# 只构建mac版本
npm run build:mac
# 只构建windows版本
npm run build:win
# web构建
npm run build:web
Copyright (c) 2021-present Yaowending