Nincs leírás

tanxue 2dd4adc047 head样式修改 4 éve
assets 2dd4adc047 head样式修改 4 éve
components 7e771b3d74 增加 templateB 修改结构 去掉之前的footerFlag 4 éve
layouts 8da2d3c0cd 网页框架样式 4 éve
middleware 2e2e658f50 first 4 éve
pages 521b0607fe 课程开发 4 éve
plugins 9f304025f5 update 4 éve
static 497364591a 课程开发 4 éve
store 491910adba 增加 templateB 4 éve
.editorconfig 2e2e658f50 first 4 éve
.gitignore 2e2e658f50 first 4 éve
README.md dd48b19ad2 update 4 éve
nuxt.config.js dd48b19ad2 update 4 éve
package-lock.json c3560ed278 update 4 éve
package.json 8331cc3992 增加loadsh 未实现 4 éve
report.20200817.144200.23303.0.001.json 2e2e658f50 first 4 éve
report.20200817.150233.25894.0.001.json 2e2e658f50 first 4 éve

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.