https://github.com/jonataswalker/vue-electron-example
A Vue + Electron + Rollup Boilerplate
https://github.com/jonataswalker/vue-electron-example
boilerplate electron rollup vue
Last synced: about 1 month ago
JSON representation
A Vue + Electron + Rollup Boilerplate
- Host: GitHub
- URL: https://github.com/jonataswalker/vue-electron-example
- Owner: jonataswalker
- License: unlicense
- Created: 2017-06-13T14:56:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T15:08:26.000Z (about 9 years ago)
- Last Synced: 2025-02-10T03:41:32.433Z (over 1 year ago)
- Topics: boilerplate, electron, rollup, vue
- Language: JavaScript
- Size: 371 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-electron-example
A Vue + Electron + Rollup Boilerplate
```shell
git clone https://github.com/jonataswalker/vue-electron-example.git
cd vue-electron-example
npm i
npm run dev:electron
# or
npm run dev:browser
```