Skip to content
/ nuxt-static Public template

A full-featured boilerplate for static websites using Vue, Vuetify and Nuxt v2

License

Notifications You must be signed in to change notification settings

binzcodes/nuxt-static

Repository files navigation

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