Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 496 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 496 Bytes

nuxt-template

nuxt と storybook が使えるテンプレートファイルです。 CSS は SCSS を導入。reset.css など基本になるスタイルは追加されてるので適宜調整してください。

Build Setup

# 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