uniapp
开发时,常使用HbuilderX,点击运行 ——> 运行到浏览器/运行到小程序模拟器 ——> 微信开发者工具
uniapp 组件库使用
- Step1:
npm i @dcloudio/uni-ui 安装uni-ui的包 - Step2:配置easycom
{
"easycom": {
"autoscan": true,
"custom": {
// uni-ui 规则如下配置
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},
pages:[]
}