Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shunyue1320/electron-webpcak-vue

electron手动配置webpack+vue
https://github.com/shunyue1320/electron-webpcak-vue

Last synced: 23 days ago
JSON representation

electron手动配置webpack+vue

Awesome Lists containing this project

README

        

# electron-webpcak-vue
electron手动配置webpack+vue

# yarn运行项目
1.打包vue
```
yarn run dev:renderer
```
2.运行server后台服务
```
yarn run dev:server
```
3.运行electron
```
yarn run electron
```