摘要: 首先要学会看文档,https://www.nuxtjs.cn/guide/configuration 一、创建项目,并运行 终端运行 npx create-nuxt-app <项目名> (npx(npx在NPM版本5.2.0默认安装了)),填写完项目信息后进入项目目录运行 npm run dev即可 阅读全文
posted @ 2021-08-07 11:10 IT小姐姐 阅读(220) 评论(0) 推荐(0)
摘要: 一、首先要关闭原生导航栏 :在pages.json 中设置 "navigationStyle":"custom" 二、在APP.vue中 onLaunch: function() { uni.getSystemInfo({ success: function(e) { // #ifndef MP V 阅读全文
posted @ 2021-08-07 10:58 IT小姐姐 阅读(1657) 评论(0) 推荐(0)