Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/toyobayashi/electron-vue-simple

Super simple electron-vue quick start
https://github.com/toyobayashi/electron-vue-simple

Last synced: 10 days ago
JSON representation

Super simple electron-vue quick start

Awesome Lists containing this project

README

        

# electron-vue-simple

``` cmd
> npm install vue-cli -g
> vue init toyobayashi/electron-vue-simple
> cd
> npm install
> npm run dev
> npm start
```