Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.55 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.55 KB

nuxt-static

Nuxt generate static site boilerplate

Check out the demo here

Netlify Status code style: prettier semantic-release Commitizen friendly Conventional Commits Gitpod ready-to-code

Build Setup

# install prerequisites
npm install -g commitizen

# install dependencies
$ npm run 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

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

Contributing

Contributions welcome, see CONTRIBUTING.md

Open in Gitpod