https://github.com/leadcodedev/electron-vue-typescript
https://github.com/leadcodedev/electron-vue-typescript
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leadcodedev/electron-vue-typescript
- Owner: LeadcodeDev
- License: mit
- Created: 2021-02-15T22:14:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T22:19:22.000Z (about 5 years ago)
- Last Synced: 2025-03-06T00:36:07.566Z (about 1 year ago)
- Language: CSS
- Size: 453 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# electron-vue-typescript
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).