Update README.md

master
Hocili 2021-03-09 15:20:40 +08:00 committed by GitHub
parent 801eb88b11
commit 975ce5483b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,18 @@
# Vite Electron Typescript Template # Vite Electron Typescript Template
`vite 2` `vue 3` `electron 12`
[doc](https://hocili.blog/vite-electron-typescript.html) ## dev
```shell
yarn dev
```
```shell
yarn electron:dev
```
## build
```shell
yarn electron:build
```