切换为vue3的前端版本

This commit is contained in:
AlanScipio
2024-01-30 14:15:52 +08:00
parent 78e61d89ba
commit c3de97c825
208 changed files with 18115 additions and 24357 deletions

View File

@@ -1,12 +1,12 @@
@echo off
echo.
echo [信息] 使用 Vue CLI 命令运行 Web 工程。
echo.
%~d0
cd %~dp0
cd ..
npm run dev
@echo off
echo.
echo [信息] 使用 Vite 命令运行 Web 工程。
echo.
%~d0
cd %~dp0
cd ..
yarn dev
pause