tours nuxt full static
1.0.0
내 멍청한 도리 nuxt.js 프로젝트
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
일이 어떻게 작동하는지에 대한 자세한 설명은 nuxt.js 문서를 확인하십시오.