1仰美、在github中下載:https://gitee.com/github_mirror_image/ColorUI
? ? 或 在插件市場下載:https://ext.dcloud.net.cn/plugin?id=239
2诀紊、在colorui項目中? 復(fù)制colorui文件夾下所有文件? ?到你的項目(圖1)
3纲爸、在app.vue中引入樣式 (圖2)
? ? ??@import "colorui/main.css";
? ? ? ?@import "colorui/icon.css";
4边苹、在pages.json引入colorui的自定義頂部導(dǎo)航組件 (圖3)
? ? ?// 全局引入colorui導(dǎo)航欄組件
? ? "usingComponents": {
? ? ? ? ? ? ? ?"cu-custom": "/colorui/components/cu-custom"
? ? ? }