This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
maoming
/
yjhtgl-web
Seguir
4
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
1
Wiki
Árbol:
c7b0bfc5db
Ramas
Etiquetas
dev
feature/knowledge-base
feature/planManage
hmm
master
yjhtgl-web
/
bin
/
build.bat
build.bat
106 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo.
echo [信息] 打包Web工程,生成dist文件。
echo.
%~d0
cd %~dp0
cd ..
yarn build:prod
pause