nuxt storybook element boilerplate
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 문서를 확인하세요.