暂无描述

tanxue c5eed4bf3e 培训注册链接a标签增加属性 4 年之前
assets 80b63e9383 二维码样式修改 4 年之前
components 7cd388f8ca a标签增加rel="nofollow"属性 4 年之前
layouts a73f6d4d1d 修改框架及头部 4 年之前
middleware 2e2e658f50 first 4 年之前
pages c5eed4bf3e 培训注册链接a标签增加属性 4 年之前
plugins 42e87f657c 在线咨询--商桥插件 4 年之前
static 6b8a918750 关于我们地图修改 4 年之前
store 06b36f1eaa update 新闻 + 导航 4 年之前
.editorconfig 2e2e658f50 first 4 年之前
.gitignore 2e2e658f50 first 4 年之前
README.md 74bc4dac1a 更新打包需要文件 4 年之前
nuxt.config.js f7566d1b1a 打包文件修改 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
  • 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.