暫無描述

tanxue 15934b8985 注册时取消系统是否升级的判断 3 年之前
assets f16affd3f7 样式修改 3 年之前
components 83af6993de 行业资讯页面响应式开发 3 年之前
layouts 91423d9222 还原 3 年之前
middleware 2e2e658f50 first 4 年之前
pages 15934b8985 注册时取消系统是否升级的判断 3 年之前
plugins 8d7f0d9d1a 引入swiper 3 年之前
static 6254c8435d 复制链接页面开发 3 年之前
store 06b36f1eaa update 新闻 + 导航 4 年之前
.editorconfig 2e2e658f50 first 4 年之前
.gitignore 2e2e658f50 first 4 年之前
README.md 74bc4dac1a 更新打包需要文件 4 年之前
nuxt.config.js 1a00b4116c 增加连接到手机 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

资料

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.