Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T02:07:09.000Z (4 months ago)
- Last Synced: 2024-10-17T05:26:35.606Z (4 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: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# nuxt-static
> Nuxt generate static site boilerplateCheck out the demo [here](https://nuxt-static.demo.rbi.nz)
[![Netlify Status](https://api.netlify.com/api/v1/badges/454e075a-e72f-4760-abd7-60ddce79de0b/deploy-status)](https://app.netlify.com/sites/binz-nuxt-static/deploys)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](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)
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/binzcodes/nuxt-static)