Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 399 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 399 Bytes

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.