仪表盘
版本库
文件存储
活动
搜索
登录
老应
/
smartor-web
智慧服务web端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
测试完成
WXL
2025-05-09
65356804e4304ff8d90e7e4079abd71be1a85c59
[~yxh/smartor-web.git]
/
bin
/
package.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
@echo off
echo.
echo [ÐÅÏ¢] °²×°Web¹¤³Ì£¬Éú³Énode_modulesÎļþ¡£
echo.
%~d0
cd %~dp0
cd ..
path %path%;f:/nodejs
npm install --registry=https://registry.npmmirror.com
pause