Skip to content

develon2015/electron-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-vue

auto-reload.js

针对不同平台实现自动重载.

在Windows平台下通过使用taskkill /IM electron.exe /F命令强制关闭electron进程.

webpack.config.js

在一套配置文件中增加productionrebuild两个选项.

对于向webpack传递的--env.rebuild参数, 在Windows平台下使用rmdir /S /Q "${DIR_DIST}"命令删除构建目录.

About

electron桌面应用程序开发演示, auto-reload.js实现了自动重载electron主程序的功能

Resources

Stars

Watchers

Forks

Languages