Sign in

nx / creditNx · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • creditNx
  • ruoyi-ui
  • bin
  • package.bat
  • update registry source
    b2c3f451
    RuoYi authored
    2022-03-30 10:39:09 +0800  
    Browse Code »
package.bat 163 Bytes
Edit Raw Blame History
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.npmmirror.com

pause