https://github.com/techiediaries/electron-vue-example
Electron & Vue.js Example
https://github.com/techiediaries/electron-vue-example
Last synced: over 1 year ago
JSON representation
Electron & Vue.js Example
- Host: GitHub
- URL: https://github.com/techiediaries/electron-vue-example
- Owner: techiediaries
- Created: 2019-08-17T21:52:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:29:13.000Z (over 3 years ago)
- Last Synced: 2024-04-14T12:56:49.636Z (about 2 years ago)
- Language: Vue
- Size: 2.57 MB
- Stars: 12
- Watchers: 2
- Forks: 8
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-vue
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).