Ei kuvausta

tanxue e1e8155185 培训平台按钮 4 vuotta sitten
assets 23687db290 培训和考试抽出公共,培训改版-许莹版 4 vuotta sitten
components 4e7fc9ac8e 首页改版--许莹版0907 4 vuotta sitten
layouts a73f6d4d1d 修改框架及头部 4 vuotta sitten
middleware 2e2e658f50 first 4 vuotta sitten
pages e1e8155185 培训平台按钮 4 vuotta sitten
plugins 9f304025f5 update 4 vuotta sitten
static 4a8252ca4a 免费试用按钮共同样式抽出 4 vuotta sitten
store 06b36f1eaa update 新闻 + 导航 4 vuotta sitten
.editorconfig 2e2e658f50 first 4 vuotta sitten
.gitignore 2e2e658f50 first 4 vuotta sitten
README.md 74bc4dac1a 更新打包需要文件 4 vuotta sitten
nuxt.config.js eef412414a 增加各个页面 meta link 4 vuotta sitten
package-lock.json c3560ed278 update 4 vuotta sitten
package.json 8331cc3992 增加loadsh 未实现 4 vuotta sitten
report.20200817.144200.23303.0.001.json 2e2e658f50 first 4 vuotta sitten
report.20200817.150233.25894.0.001.json 2e2e658f50 first 4 vuotta sitten
部署.md 8faff1b4ec update 图片 不显示 修正 4 vuotta sitten

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.