先试用uni-ui吧
This commit is contained in:
@@ -4,7 +4,11 @@ const start = () => {
|
||||
chalkTag.info('开始生成pages.json...')
|
||||
let json = {
|
||||
easycom: {
|
||||
"^(K|V)(.*)": "@/components/$1$2.vue"
|
||||
autoscan: true,
|
||||
custom: {
|
||||
"^(K|V)(.*)": "@/components/$1$2.vue",
|
||||
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
|
||||
}
|
||||
},
|
||||
pages: [
|
||||
{path: 'pages/home', style: {navigationBarTitleText: "buy-lite"}},
|
||||
|
||||
Reference in New Issue
Block a user