暂无描述

15724580513 8faff1b4ec update 图片 不显示 修正 4 年之前
assets 218bda4022 申请方案弹窗样式修改 4 年之前
components 8faff1b4ec update 图片 不显示 修正 4 年之前
layouts c367891e65 监测路由变化,滚动条置于最上方 4 年之前
middleware 2e2e658f50 first 4 年之前
pages c0c0d96212 首页样式修改 4 年之前
plugins 9f304025f5 update 4 年之前
static c0c0d96212 首页样式修改 4 年之前
store 06b36f1eaa update 新闻 + 导航 4 年之前
.editorconfig 2e2e658f50 first 4 年之前
.gitignore 2e2e658f50 first 4 年之前
README.md dd48b19ad2 update 4 年之前
nuxt.config.js fc9be5ba9f 修改地址 4 年之前
package-lock.json c3560ed278 update 4 年之前
package.json 8331cc3992 增加loadsh 未实现 4 年之前
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
  • node_modules
  • nuxt.config.js
  • package.json
  • package-lock.json
  • 共6个文件 需要npm run start

资料

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.