https://github.com/binzcodes/nuxt-static
A full-featured boilerplate for static websites using Vue, Vuetify and Nuxt v2
https://github.com/binzcodes/nuxt-static
boilerplate boilerplate-application boilerplate-front-end boilerplate-template javascript material-design netlify nodejs nuxt static static-site-generator vue vuetify
Last synced: 4 months ago
JSON representation
A full-featured boilerplate for static websites using Vue, Vuetify and Nuxt v2
- Host: GitHub
- URL: https://github.com/binzcodes/nuxt-static
- Owner: binzcodes
- License: apache-2.0
- Created: 2019-11-28T02:36:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T02:07:09.000Z (over 1 year ago)
- Last Synced: 2025-10-09T00:51:24.414Z (8 months ago)
- Topics: boilerplate, boilerplate-application, boilerplate-front-end, boilerplate-template, javascript, material-design, netlify, nodejs, nuxt, static, static-site-generator, vue, vuetify
- Language: Vue
- Homepage: https://nuxt-static.demo.rbi.nz/
- Size: 1.68 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# nuxt-static
> Nuxt generate static site boilerplate
Check out the demo [here](https://nuxt-static.demo.rbi.nz)
[](https://app.netlify.com/sites/binz-nuxt-static/deploys)
[](https://github.com/prettier/prettier)
[](https://github.com/semantic-release/semantic-release)
[](http://commitizen.github.io/cz-cli/)
[](https://conventionalcommits.org)
[](https://gitpod.io/#https://github.com/binzcodes/nuxt-static)
## Build Setup
``` bash
# 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](https://nuxtjs.org).
# Contributing
Contributions welcome, see [CONTRIBUTING.md](CONTRIBUTING.md)
[](https://gitpod.io/#https://github.com/binzcodes/nuxt-static)