설명 없음

tanxue a1dc02b8e9 关于我们 4 년 전
assets a1dc02b8e9 关于我们 4 년 전
components a30a785824 增加页面 4 년 전
layouts 296772e92e update 集成状态管理 4 년 전
middleware 2e2e658f50 first 4 년 전
pages 710789b31d 培训平台 4 년 전
plugins 9f304025f5 update 4 년 전
static 710789b31d 培训平台 4 년 전
store 296772e92e update 集成状态管理 4 년 전
.editorconfig 2e2e658f50 first 4 년 전
.gitignore 2e2e658f50 first 4 년 전
README.md dd48b19ad2 update 4 년 전
nuxt.config.js dd48b19ad2 update 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 년 전

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.