Nincs leírás

laiguoran d7213ba56b v0.1.14 测试版提交 6 éve
.electron-vue dd3e74400a 启动器v0.1.2正式版 6 éve
build d7213ba56b v0.1.14 测试版提交 6 éve
data d7213ba56b v0.1.14 测试版提交 6 éve
src d7213ba56b v0.1.14 测试版提交 6 éve
static 81d8b4fd53 启动器 6 éve
test 81d8b4fd53 启动器 6 éve
.babelrc 81d8b4fd53 启动器 6 éve
.eslintignore 81d8b4fd53 启动器 6 éve
.eslintrc.js 81d8b4fd53 启动器 6 éve
.gitignore d7213ba56b v0.1.14 测试版提交 6 éve
.travis.yml 81d8b4fd53 启动器 6 éve
README.md 3b91cb0f27 说明 6 éve
appveyor.yml 81d8b4fd53 启动器 6 éve
package-lock.json 81d8b4fd53 启动器 6 éve
package.json d7213ba56b v0.1.14 测试版提交 6 éve
yarn.lock 22ca335ee3 启动器0.1.3版本 内测版 6 éve

README.md

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.