Starter template for Nuxt.js with KeystoneJS.
- Clone the repo:
git clone https://github.com/keycircle/keyuxt.git
- Without docker-compose:
- With docker-compose:
- Start the service docker-compose:
docker-compose up
- Start the service docker-compose:
You'll find the following directories:
api/ # rest-api from keystonejs and nuxt initialization
updates/ # default data for keystonejs
models/ # models for keystonejs
app/ # nuxt aplication
├── components/
├── layouts/
└── pages/
We provide the common keystonejs architecture keystonejs with an api (api/.*
) using restful-keystone. And in app/.*
you can found a common nuxt.js application.
Have a bug or a feature request? please open a new issue.