1.
npm install thorui-uni
2.
"easycom": {
"autoscan": true,
"custom": {
"tui-(.*)": "thorui-uni/lib/thorui/tui-$1/tui-$1.vue"
}
},
3.
本文介绍了如何在项目中安装并配置thorui-uni,特别关注了easycom模块的自动扫描和自定义组件映射。
1.
npm install thorui-uni
2.
"easycom": {
"autoscan": true,
"custom": {
"tui-(.*)": "thorui-uni/lib/thorui/tui-$1/tui-$1.vue"
}
},
3.
6664