Commit 392d1795 by zhangxingmin

push

parent e221fb14
......@@ -25,8 +25,8 @@ COPY package*.json ./
# 使用国内npm源安装依赖
RUN npm config set registry https://registry.npmmirror.com && \
npm config set @dcloudio:registry https://registry.npmjs.org/ && \
npm install
npm config set @dcloudio:registry https://registry.npmmirror.com/ && \
npm install --legacy-peer-deps
# 复制项目文件
COPY . .
......
......@@ -32,13 +32,13 @@
"@dcloudio/uni-h5": "^3.0.0-alpha-3000020220422001",
"@dcloudio/uni-mp-weixin": "^3.0.0-alpha-3000020220422001",
"core-js": "^3.8.3",
"vue": "^2.6.11",
"@dcloudio/uni-cli-i18n": "1.0.1"
"vue": "^2.6.11"
},
"devDependencies": {
"less": "^4.3.0",
"@dcloudio/types": "^3.0.0-alpha-3000020220422001",
"@dcloudio/vue-cli-plugin-uni": "^2.0.0-3000020220422001",
"@dcloudio/uni-helper": "1.0.1",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-plugin-import": "^1.13.3",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment