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.
Found an issue or bug with electron-vue? Tell me all about it!
Questions regarding how to use electron or vue are likely to be closed as they are not direct issues with this boilerplate. Please seek solutions from official documentation or their respective communities.
Describe the issue / bug.
# when i use ffi-napi in my electron-vue project , the packaging is ok, but the run of project is error
renderer.js:1 Uncaught Error: No native build was found for platform=win32 arch=ia32 runtime=electron abi=69 uv=1 libc=glib
How can I reproduce this problem?
#
If visual, provide a screenshot.
#
Tell me about your development environment.
Node version: 10.16.0
NPM version: 6.9.0
vue-cli version: (if necessary)
Operating System: linux deepin
If you are looking to suggest an enhancement or feature, then feel free to remove everything above.
Found an issue or bug with electron-vue? Tell me all about it!
Questions regarding how to use
electron
orvue
are likely to be closed as they are not direct issues with this boilerplate. Please seek solutions from official documentation or their respective communities.Describe the issue / bug.
# when i use ffi-napi in my electron-vue project , the packaging is ok, but the run of project is error
renderer.js:1 Uncaught Error: No native build was found for platform=win32 arch=ia32 runtime=electron abi=69 uv=1 libc=glib
How can I reproduce this problem?
#
If visual, provide a screenshot.
#
Tell me about your development environment.
If you are looking to suggest an enhancement or feature, then feel free to remove everything above.