README.md 700 B

startup

启动器

Build Setup

必须使用32位的node才能运行,且只适用于Window 7 以上版本

安装文档下载

# 安装必要的包 --推荐使用yarn代替npm
yarn

# 具体安装务必参考文档来进行

# 运行测试环境
yarn run dev

# 打包electron程序到build文件夹内
yarn run build


This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.