/nuxt-sitefarm-demo

This is a demo for integrating Nuxt.js with a decoupled SiteFarm site.

Primary LanguageCSS

Nuxt Sitefarm Demo

Decoupled SiteFarm Demo site in Nuxt.js

Build Setup

# install dependencies
$ npm ci

# serve with hot reload at localhost:3000
$ npm start

# build for production and launch server
$ npm run build
$ npm run start:server

# generate static project
$ npm run generate

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