/Nuxt-Content

Creating a static-generated web application and git-based headless CMS with Nuxt.js

Primary LanguageVue

Nuxt Content

Creating a Static-Generated Web Application and Git-Based Headless CMS with Nuxt.js

Read the book, Hands-on Nuxt.js Web Development, for building universal and static-generated Vue.js applications using Nuxt.js.

Hosted at https://lautiamkok.github.io/nuxt-content/.

Quick start

# install dependencies
$ npm install

# development at localhost:3000
$ npm run dev

# build for production at localhost:3000
$ npm run generate
$ npm run start

# build for production at GitHub Pages
$ npm run generate:gh-pages
$ npm run deploy