https://github.com/hans00/electron-vue-template
A Electron Vue template.
https://github.com/hans00/electron-vue-template
electron initial-cli template vue
Last synced: about 2 months ago
JSON representation
A Electron Vue template.
- Host: GitHub
- URL: https://github.com/hans00/electron-vue-template
- Owner: hans00
- Created: 2019-01-12T09:54:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T14:58:53.000Z (over 7 years ago)
- Last Synced: 2025-02-14T11:52:32.264Z (over 1 year ago)
- Topics: electron, initial-cli, template, vue
- Language: JavaScript
- Size: 1.17 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# %project_name%
> %description%
## Get Start
### Development Scripts
```bash
# run application in development mode
npm run dev
# compile source code and create webpack output
npm run compile
# `npm run compile` & create build with electron-builder
npm run dist
# `npm run compile` & create unpacked build with electron-builder
npm run dist:dir
# `npm run compile` & create windows and linux build with electron-builder
npm run dist:wl
# `npm run compile` & create windows build with electron-builder
npm run dist:win
# `npm run compile` & create mac build with electron-builder
npm run dist:mac
# `npm run compile` & create linux build with electron-builder
npm run dist:linux
```