Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 403 Bytes

File metadata and controls

24 lines (17 loc) · 403 Bytes

blog

My Nuxt Blog

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:8787
$ npm run dev
$ npm run storybook

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate
$ npm run generate:storybook

For detailed explanation on how things work, checkout Nuxt.js docs.