dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of https://github.com/yangzongzhuan/RuoYi-Vue
RuoYi
2020-06-04
9d8da28f2ed526dfd14d58d5c79b856cf79cd274
[expert_management.git]
/
ruoyi-ui
/
bin
/
package.bat
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo.
echo [ÐÅÏ¢] °²×°Web¹¤³Ì£¬Éú³Énode_modulesÎļþ¡£
echo.
%~d0
cd %~dp0
cd ..
npm install --registry=https://registry.npm.taobao.org
pause