新增构建和开发脚本

This commit is contained in:
fofolee 2025-05-08 19:18:48 +08:00
parent 72abdf4524
commit 724bd9e4e7
2 changed files with 8 additions and 0 deletions

4
build.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
git pull
cd plugin && npm i && cd .. && npm i
quasar build

4
dev.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
git pull
cd plugin && npm i && cd .. && npm i
quasar dev