An open API service indexing awesome lists of open source software.

https://github.com/panhongxue/electron-vue-elementui

使用 Vue2+ElementUI 构建 Electron 应用
https://github.com/panhongxue/electron-vue-elementui

electron elementui vue vuejs

Last synced: about 2 months ago
JSON representation

使用 Vue2+ElementUI 构建 Electron 应用

Awesome Lists containing this project

README

          

# electron-vue-elementui

## 开发
```
npm install
npm run dev
```

## 调试 Electron
> 使用 VS Code 调试

### 打安装包
```
npm run bd
```