Files
kdemo/bin/build.bat
nicomacbookpro fb2b8515ee first commit
2025-08-20 15:03:58 +08:00

12 lines
109 B
Batchfile
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@echo off
echo.
echo [信息] 打包Web工程生成dist文件。
echo.
%~d0
cd %~dp0
cd ..
npm run build:prod
pause