mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-09-09 13:39:50 +00:00
12 lines
106 B
Batchfile
12 lines
106 B
Batchfile
@echo off
|
||
echo.
|
||
echo [信息] 打包Web工程,生成dist文件。
|
||
echo.
|
||
|
||
%~d0
|
||
cd %~dp0
|
||
|
||
cd ..
|
||
yarn build:prod
|
||
|
||
pause |