【新增功能】添加一键安装、本地预览、打包脚本

Signed-off-by: 杨宇庆 <hiyyq@qq.com>
pull/563/head
杨宇庆 2024-10-10 04:28:20 +00:00 committed by Gitee
parent 4b2785bd41
commit a4ffb51376
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 0 deletions

2
build.bat Normal file
View File

@ -0,0 +1,2 @@
pnpm run build:prod
pause

2
install.bat Normal file
View File

@ -0,0 +1,2 @@
pnpm install
pause

2
preview.bat Normal file
View File

@ -0,0 +1,2 @@
pnpm run dev
pause