dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
若依 3.5.0
RuoYi
2022-04-11
d14f27e5eb3a804fa1c1f6cb5d471b63ed80f57a
[sgd.git]
/
ruoyi-ui
/
bin
/
build.bat
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo.
echo [ÐÅÏ¢] ´ò°üWeb¹¤³Ì£¬Éú³ÉdistÎļþ¡£
echo.
%~d0
cd %~dp0
cd ..
npm run build:prod
pause