添加前端基本功能

This commit is contained in:
kerwincui
2021-05-10 11:47:48 +08:00
parent 9736630b40
commit bdab3b38ad
262 changed files with 22883 additions and 0 deletions

12
vue/bin/run-web.bat Normal file
View File

@@ -0,0 +1,12 @@
@echo off
echo.
echo [<5B><>Ϣ] ʹ<><CAB9> Vue <20><><EFBFBD><EFBFBD> Web <20><><EFBFBD>̡<EFBFBD>
echo.
%~d0
cd %~dp0
cd ..
npm run dev
pause