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

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

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
```