https://github.com/mattsterp/vuetify-electron-todo
https://github.com/mattsterp/vuetify-electron-todo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattsterp/vuetify-electron-todo
- Owner: mattsterp
- Created: 2021-03-09T20:44:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T12:09:57.000Z (about 2 years ago)
- Last Synced: 2024-04-15T15:14:17.603Z (about 1 year ago)
- Language: Vue
- Size: 2.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-electron
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).