摘要: 自定义文件夹 nuxt.config.jsdir: { assets: 'custom-assets', app: 'custom-app', layouts: 'custom-layouts', middleware: 'custom-middleware', pages: 'custom-pag 阅读全文
posted @ 2022-05-07 17:05 elliot1004 阅读(413) 评论(0) 推荐(0)
摘要: 安装版本一:npm install vue-awesome-swiper@3.1.3npm install swiper@4.0.7 安装版本二: npm install vue-awesome-swiper@4.0.0npm install swiper@5.4.5 import Vue from 阅读全文
posted @ 2022-05-07 17:00 elliot1004 阅读(863) 评论(0) 推荐(0)
摘要: 创建nuxt项目 npx create-nuxt-app 项目名 启动 npm run dev 项目上线1.执行 npm run build2.将打包好的 .nuxt ==>隐藏文件 static nuxt.config.js package.json 把以上文件丢到服务器某个文件中,并且在服务器安 阅读全文
posted @ 2022-05-07 16:58 elliot1004 阅读(474) 评论(0) 推荐(0)