uniapp 添加package.json 即可安装依赖使用
时间:2020-04-12 10:15:28
收藏:0
阅读:1416
{
"dependencies": {
"vue": "^2.5.10",
"vue-i18n": "^7.8.0"
},
"devDependencies": {
"@vue/cli-service": "^3.0.1",
"compression-webpack-plugin": "^3.1.0",
"vue-template-compiler": "^2.5.13"
}
}
微信小程序不建议安装ui依赖
原文:https://www.cnblogs.com/mrt-yyy/p/12683449.html
评论(0)