Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
zhangzl
/
rongxin.dashboard
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
管理系统PC端
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.
3
Commitit
1
Haara
1.3 MiB
Vue
72.4%
JavaScript
21%
HTML
4%
CSS
2.5%
Haara:
master
master
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
rongxin.dashboard
/
bin
/
build.bat
12 rivejä
109 B
Raaka
Pysyvä linkki
Blame
Historia
@echo off
echo.
echo [信息] 打包Web工程,生成dist文件。
echo.
%~d0
cd %~dp0
cd ..
npm run build:prod
pause