Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
rpa
/
eladmin-web
Tarkkaile
5
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Rap 原分销系统代码Web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17
Commitit
2
Branchit
3.1MB
Puu:
91930d7720
dev-lcr
master
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from '91930d7720'
${ noResults }
eladmin-web
/
bin
/
build.bat
12 lines
109B
Raaka
Blame
Historia
@echo off
echo.
echo [信息] 打包Web工程,生成dist文件。
echo.
%~d0
cd %~dp0
cd ..
npm run build:prod
pause