Nav apraksta

wangguoyu b90a0f57cd 增加 templateB 4 gadi atpakaļ
assets c74de53e69 首页改版 4 gadi atpakaļ
components b90a0f57cd 增加 templateB 4 gadi atpakaļ
layouts 491910adba 增加 templateB 4 gadi atpakaļ
middleware 2e2e658f50 first 4 gadi atpakaļ
pages 491910adba 增加 templateB 4 gadi atpakaļ
plugins 9f304025f5 update 4 gadi atpakaļ
static e38c553a2c 新闻资讯 4 gadi atpakaļ
store 491910adba 增加 templateB 4 gadi atpakaļ
.editorconfig 2e2e658f50 first 4 gadi atpakaļ
.gitignore 2e2e658f50 first 4 gadi atpakaļ
README.md dd48b19ad2 update 4 gadi atpakaļ
nuxt.config.js dd48b19ad2 update 4 gadi atpakaļ
package-lock.json c3560ed278 update 4 gadi atpakaļ
package.json 8331cc3992 增加loadsh 未实现 4 gadi atpakaļ
report.20200817.144200.23303.0.001.json 2e2e658f50 first 4 gadi atpakaļ
report.20200817.150233.25894.0.001.json 2e2e658f50 first 4 gadi atpakaļ

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.