Skip to content

keycircle/keyuxt

Repository files navigation

keyuxt logo

keyuxt

Starter template for Nuxt.js with KeystoneJS.

Table of contents

Quick start

  • Clone the repo: git clone https://github.com/keycircle/keyuxt.git
  • Without docker-compose:
    • Install dependencies npm: npm install
    • Run the dev server npm: npm run dev
  • With docker-compose:

Status

Build Status peerDependencies Status devDependency Status

What's included

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.

Bugs and feature requests

Have a bug or a feature request? please open a new issue.