Skip to content

electron实战项目集成了串口通信、C#动态库dll调用、C++动态链接库dll调用、本地数据关系数据库SQLit3、执行cmd命令(启动nginx、本地mysql数据库等)、系统通知

Notifications You must be signed in to change notification settings

huanglishi/electron-develop

Repository files navigation

cerp

1.1、初始化项目

npm cache clear -f
npm install

1.2、运行项目

npm run electron:serve  或者 yarn electron:serve

Compiles and minifies for production

npm run electron:build 或者 yarn electron:build

自己搭建项目请参考

搭建项目 electronvue篇.

About

electron实战项目集成了串口通信、C#动态库dll调用、C++动态链接库dll调用、本地数据关系数据库SQLit3、执行cmd命令(启动nginx、本地mysql数据库等)、系统通知

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published