摘要: 1.安装uview npm install uview-plus 2.详细安装步骤看官网:https://uiadmin.net/uview-plus/components/setting.html 3.在页面中直接index.vue使用,不需要import 进来 <template> <view> 阅读全文
posted @ 2023-09-03 17:10 火龙果呀 阅读(791) 评论(0) 推荐(0)
摘要: 1.打开项目,打开pages.json ,设置底部导航栏。注意pages中的path和tabBar中list中的path要一致 { "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" 阅读全文
posted @ 2023-09-03 15:44 火龙果呀 阅读(228) 评论(0) 推荐(0)
摘要: Vue3/Vite版要求 node 版本^14.18.0 || >=16.0.0 1.创建vue3+vite # 创建以 javascript 开发的工程 npx degit dcloudio/uni-preset-vue#vite my-vue3-project # 创建以 typescript 阅读全文
posted @ 2023-09-03 14:31 火龙果呀 阅读(497) 评论(0) 推荐(0)