uniapp 添加package.json 即可安装依赖使用

{
"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依赖

猜你喜欢

转载自www.cnblogs.com/mrt-yyy/p/12683449.html
今日推荐