README.md 688 B

startup

启动器

Build Setup

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

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

# 运行该代码执行rebuild
yarn run rebuild-ffi

# 启动node原生功能
.\node_modules\.bin\electron-rebuild.cmd

# 运行测试环境
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.