API 速查
主题
安装 uni-ui
npm i @dcloudio/uni-ui @uni-helper/uni-ui-types
@dcloudio/uni-ui
@uni-helper/uni-ui-types
配置 easycom
{ "easycom": { "autoscan": true, "custom": { // uni-ui 规则如下配置 "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue", }, }, // 其他内容 "pages": [ // ... ], }