From 975ce5483b1e8104783e3f663373ef1ce3d5263c Mon Sep 17 00:00:00 2001 From: Hocili Date: Tue, 9 Mar 2021 15:20:40 +0800 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 151a494..4775bf1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,18 @@ # Vite Electron Typescript Template +`vite 2` `vue 3` `electron 12` -[doc](https://hocili.blog/vite-electron-typescript.html) \ No newline at end of file +## dev + +```shell +yarn dev +``` + +```shell +yarn electron:dev +``` +## build + +```shell +yarn electron:build +```