electron-vue使用教程

1、electron-vue的一些资源

Github地址https://github.com/SimulatedGREG/electron-vue

 

Electron-vue文档https://simulatedgreg.gitbooks.io/electron-vue/content/cn/

 

2、electron-vue环境搭建、创建项目

 

npm install -g vue-cli

 

vue init simulatedgreg/electron-vue my-project

 

cd my-project

 

yarn # or npm install

 

yarn run dev # or npm run dev

 

接下来 Vue怎么使用还是怎么使用、electron如何使用还是如何使用

 

Vue中访问electron通过this.$electron来访问

 

如果您想学Electron视频教程请访问:

【Electron视频教程下载地址】

 

 

 

 

 

你可能感兴趣的:(electron-vue使用教程)