Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/toyobayashi/electron-vue-simple
- Owner: toyobayashi
- Created: 2018-01-25T09:28:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T13:18:37.000Z (over 6 years ago)
- Last Synced: 2024-11-05T22:47:22.966Z (about 2 months ago)
- Language: TypeScript
- Size: 381 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```