Нет описания

tanxue 5aa3d1b6f2 首页链接 4 лет назад
assets 5175de611a 食品餐饮业详情页 4 лет назад
components 47d73fe306 右侧边栏按钮组件 4 лет назад
layouts 47d73fe306 右侧边栏按钮组件 4 лет назад
middleware 2e2e658f50 first 4 лет назад
pages 5aa3d1b6f2 首页链接 4 лет назад
plugins 9f304025f5 update 4 лет назад
static 5175de611a 食品餐饮业详情页 4 лет назад
store 06b36f1eaa update 新闻 + 导航 4 лет назад
.editorconfig 2e2e658f50 first 4 лет назад
.gitignore 2e2e658f50 first 4 лет назад
README.md 74bc4dac1a 更新打包需要文件 4 лет назад
nuxt.config.js eef412414a 增加各个页面 meta link 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.