electron-vue项目

Posted 小玫瑰

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了electron-vue项目相关的知识,希望对你有一定的参考价值。

一个萌新小白,从头开始!
搭建环境:
1.先安装vue-cli脚手架
2.vue init simulatedgreg/electron-vue
3.安装依赖 npm install
4.运行项目 npm run dev

踩坑记录
1.遇到如下报错
do not use built-in or reserved html elements as component id: main
是因为在本地项目对应文件的中,属性name出现了错误的命名方式,导致浏览器控制台报错!
也就是组件中的name:xxxx; 和h5的标签一致

以上是关于electron-vue项目的主要内容,如果未能解决你的问题,请参考以下文章

electron-vue脚手架项目初始化时提示: Failed to download repo simulatedgreg/electron-vue: Response code Server E

electron-vue使用串口

electron-vue项目打包踩坑记录

Electron-Vue的基本使用

electron-vue项目创建失败

Vue项目打包成桌面程序exe除了使用electron-vue你还可以这样