SimulatedGREG / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.46k stars 1.54k forks source link

大佬,有现有的项目怎么整合 #1042

Open wencyGit opened 3 years ago

wencyGit commented 3 years ago
Hemingwaycn commented 3 years ago

我也有同样的需求

Kerinlin commented 3 years ago

https://github.com/Kerinlin/simple-electron-vue-template,用我的模板,然后按你代码的组织搬运过来,然后package.json,按照你项目实际需求进行增减

wencyGit commented 3 years ago

https://github.com/Kerinlin/simple-electron-vue-template,用我的模板,然后按你代码的组织搬运过来,然后package.json,按照你项目实际需求进行增减

@Kerinlin 我现在已经知道怎么整合vue cli创建的项目, 你所说的那个项目也是使用了 插件打包,不过有个问题就是打包后的应用是设置不了 cookie的