This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@echo off
@REM 后续命令使用的是:UTF-8编码
chcp 65001
echo.
echo [信息] 安装Web工程,生成node_modules文件。
%~d0
cd %~dp0
cd ..
npm install --registry=https://registry.npm.taobao.org
pause