electron-vue icon indicating copy to clipboard operation
electron-vue copied to clipboard

直接出错了

Open phpjishu opened this issue 4 years ago • 1 comments
trafficstars

安装 vue-cli 和 脚手架样板代码

npm install -g vue-cli vue init simulatedgreg/electron-vue my-project

安装依赖并运行你的程序

cd my-project yarn # 或者 npm install yarn run dev # 或者 npm run dev

image

phpjishu avatar Feb 02 '21 12:02 phpjishu

我也遇到了同样的问题,你看一下这个解决方法 https://zhuanlan.zhihu.com/p/110792626

CALLMELARE avatar Feb 26 '21 05:02 CALLMELARE