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.

35 lines
679 B

11 months ago
NodeJS版本node-v14.21.3
# 查询当前使用的镜像源
npm get registry
# 设置为淘宝镜像源
npm config set registry https://registry.npmmirror.com/
# 还原为官方镜像源
npm config set registry https://registry.npmjs.org/
# ms-manager-sass-ui-ylt-main项目
# 需要安装marked组件
npm install marked@5.1.2
# 运行
npm run dev
# 编译打包
npm run build:prod
# icharge-mgr-service-ylt-main项目端口7026
# 需要安装egg-validate组件
npm install egg-validate
#运行
npm run dev
# rzyc-weapp-ylt-main小程序
# 安装插件
npm install @tarojs/plugin-platform-weapp
#运行
npm run dev:weapp