This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
hixon
/
RuoYi-Vue-Plus
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
fast
Ramos
Etiquetas
4.X
5.X
dev
fast
v5.2.0-BETA
v5.1.2
4.8.2
v5.1.1
v4.8.1
v5.1.0
v4.8.0
v5.0.0
v4.7.0
v4.6.0
v4.5.0
v4.4.0
v4.3.1
v4.3.0
v4.3.0-beta2
v4.3.0-beta1
v4.2.0
v4.2.0-beta1
v4.1.0
v4.0.1
v4.0.0
v3.5.0
v3.4.0
v3.3.0
v3.2.0
v3.1.0
v3.0.0
RuoYi-Vue-Plus
/
ruoyi-ui
/
bin
/
build.bat
build.bat
109 B
Link permanente
Histórico
Em bruto
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