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

https://github.com/joyceql/vue-electron

一套基于vue-cli3及以上的electron项目模版
https://github.com/joyceql/vue-electron

Last synced: 3 months ago
JSON representation

一套基于vue-cli3及以上的electron项目模版

Awesome Lists containing this project

README

          

# vue-electron

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).