Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nizihabi/vue-electron-min-template
minimal template with vue&electron using webpack4
https://github.com/nizihabi/vue-electron-min-template
Last synced: 27 days ago
JSON representation
minimal template with vue&electron using webpack4
- Host: GitHub
- URL: https://github.com/nizihabi/vue-electron-min-template
- Owner: nizihabi
- Created: 2020-06-23T07:23:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:23:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T11:32:24.460Z (about 2 months ago)
- Language: JavaScript
- Size: 912 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-electron-min-template
minimal template with vue&electron using webpack4# Install
``` bash
npm install
```# Usage
Run these commands in two different prompts to start developing with hot reloading.
``` bash
# Webpack builds once and watches to apply only the changes
$ npm run dev# Start you electron app
$ npm start
```# Reference
https://github.com/pastahito/electron-vue-webpack