vue init simulatedgreg/electron-vue my-project
在工程下执行 #cnpm i element-ui -S 在main.js中加入
import ElementUI from 'element-ui' import 'element-ui/lib/theme-chalk/index.css' Vue.use(ElementUI)
https://www.cnblogs.com/yuqing6/p/7440549.html
https://blog.csdn.net/m0_37604745/article/details/79303342