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项目模版
- Host: GitHub
- URL: https://github.com/joyceql/vue-electron
- Owner: JOYCEQL
- Created: 2021-04-15T01:31:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T01:37:04.000Z (about 5 years ago)
- Last Synced: 2026-01-02T23:13:13.932Z (6 months ago)
- Language: Vue
- Homepage:
- Size: 171 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).