暫無描述

tanxue 23c8a5a8e4 二维码更换 1 年之前
assets 23c8a5a8e4 二维码更换 1 年之前
components 3551abf392 调整布局 1 年之前
layouts 5fa8768cfa 样式修改 2 年之前
middleware 2e2e658f50 first 4 年之前
pages 0ee3f58125 文字修改 2 年之前
plugins 6840cd3a89 // describe: 修改 百度商桥 author: Wgy date:5/7/22 3 年之前
static 23c8a5a8e4 二维码更换 1 年之前
store 1165810c4a 追加热门推荐 1 年之前
.editorconfig 2e2e658f50 first 4 年之前
.gitignore 2e2e658f50 first 4 年之前
README.md f528763dee master分支说明 3 年之前
nuxt.config.js d9a428148c 提交3个页面 2 年之前
package-lock.json c32734f2ba 提交 H5适配 2 年之前
package.json 8d7f0d9d1a 引入swiper 3 年之前
report.20200817.144200.23303.0.001.json 2e2e658f50 first 4 年之前
report.20200817.150233.25894.0.001.json 2e2e658f50 first 4 年之前
部署.md 8faff1b4ec update 图片 不显示 修正 4 年之前

README.md

nuxtProject

打包部署 需要文件夹

  • .nuxt
  • static
  • assets
  • nuxt.config.js
  • package.json
  • package-lock.json
  • 共6个文件 需要npm run start

    master分支为麦塔官网项目,地址:https://www.mtavip.com

    资料

  • 关于 asyncData

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.