nuxt と storybook が使えるテンプレートファイルです。 CSS は SCSS を導入。reset.css など基本になるスタイルは追加されてるので適宜調整してください。
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# storybook launch
$ yarn run start-storybook
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate