/keyuxt

:key: Starter for Keystone.js with Nuxt.js

Primary LanguageJavaScript

🔑uxt

Keyuxt is a starter for Keystone.js with Nuxt.js

/api # rest-api from keystonejs and nuxt initialization
/updates # default data for keystonejs
/app # nuxt aplication
    /components
    /layouts
    /pages

Build Setup

# with docker
$ docker-compose up

# ----- OR -----

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:4000
$ npm run dev

# build for production and launch server
$ npm start

For detailed explanation on how things work, checkout the Nuxt.js docs and Keystone.js docs.