nuxt components demo
1.0.0
nuxt 구성 요소 모듈 예제
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate일이 어떻게 작동하는지에 대한 자세한 설명은 nuxt.js 문서를 확인하십시오.