暂无描述

tanxue 26bdce442a 体验中心页内容修改 3 年之前
assets a1a6137254 企事业单位详情页内容修改 3 年之前
components 4ece92196d 文字修改 3 年之前
layouts 252fdf4497 修改 footer 3 年之前
middleware 2e2e658f50 first 4 年之前
pages 26bdce442a 体验中心页内容修改 3 年之前
plugins d2b7dea7a7 百度商桥 3 年之前
static 514eb7d76c 大连麦塔网站内容修改 3 年之前
store 06b36f1eaa update 新闻 + 导航 4 年之前
.editorconfig 2e2e658f50 first 4 年之前
.gitignore 2e2e658f50 first 4 年之前
README.md 7c991a28d0 大连麦塔网站打包地址修改 3 年之前
nuxt.config.js 17cece6373 更换后台地址 3 年之前
package-lock.json f13a00af4d 修改 申请方案 4 年之前
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

    从mtavip(master)网站打出的分支----2021-11-10 -tx

    资料

  • 关于 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.