# nuxtProject ## 打包部署 需要文件夹 - .nuxt - static - assets - nuxt.config.js - package.json - package-lock.json - 共6个文件 需要npm run start ## 资料 - 关于 [asyncData](https://segmentfault.com/q/1010000011729274) ## Build Setup ```bash # 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](https://nuxtjs.org).