All Projects → keycircle → keyuxt

keycircle / keyuxt

Licence: other
Starter template for Nuxt.js with KeystoneJS.

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to keyuxt

keystone-email
⚠️ Archived - Legacy email helper for KeystoneJS Apps
Stars: ✭ 30 (+76.47%)
Mutual labels:  keystone, keystonejs
nuxt-twa-module
📱Nuxt module to transform your PWA into an Android app, using Trusted Web Activities (TWA)
Stars: ✭ 45 (+164.71%)
Mutual labels:  nuxt
nuxt-vite
Nuxt + Vite!! HMR so fast it'll make your head spin! Plus all the benefits of Nuxt
Stars: ✭ 54 (+217.65%)
Mutual labels:  nuxt
nuxtjs-sample
Nuxtjs sample! Typescript + Vuetify + Jest! (rails api server: https://github.com/walkersumida/rails-api-for-front)
Stars: ✭ 28 (+64.71%)
Mutual labels:  nuxt
nuxt-ghost
Easy Ghost content API integration with Nuxt.js.
Stars: ✭ 27 (+58.82%)
Mutual labels:  nuxt
nuxt-modules
AX2's Nuxt modules
Stars: ✭ 30 (+76.47%)
Mutual labels:  nuxt
nuxt-speedkit
nuxt-speedkit will help you to improve the lighthouse performance score (100/100) of your website.
Stars: ✭ 401 (+2258.82%)
Mutual labels:  nuxt
vue-component-style
A Vue mixin to add style section to components.
Stars: ✭ 16 (-5.88%)
Mutual labels:  nuxt
nuxt-seomatic-meta
A module for connecting Nuxt.js to the Craft CMS SEOmatic plugin via GraphQL. Nuxt-o-matic!
Stars: ✭ 28 (+64.71%)
Mutual labels:  nuxt
nuxt-modules-cli
Browse Nuxt.js modules from the terminal
Stars: ✭ 25 (+47.06%)
Mutual labels:  nuxt
nuxt-supabase
A supa simple wrapper around Supabase.js to enable usage within Nuxt.
Stars: ✭ 146 (+758.82%)
Mutual labels:  nuxt
nuxtwebsite
A simple Nuxt.js setup to create websites with blog feature using Storyblok as CMS and Netlify to deploy it.
Stars: ✭ 29 (+70.59%)
Mutual labels:  nuxt
nuxt-delay-hydration
Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration ⚡️
Stars: ✭ 135 (+694.12%)
Mutual labels:  nuxt
nuxt-fundamentals
Source code for the Nuxt.js Fundamentals course
Stars: ✭ 40 (+135.29%)
Mutual labels:  nuxt
strapi-starter-nuxt-e-commerce
Strapi Starter Nuxt.js E-commerce
Stars: ✭ 170 (+900%)
Mutual labels:  nuxt
nuxt-ssr-firebase
A example repo for using nuxt with firebase hosting and cloud functions
Stars: ✭ 58 (+241.18%)
Mutual labels:  nuxt
open-fixture-library
A library and website for lighting technology's DMX fixture definition files.
Stars: ✭ 113 (+564.71%)
Mutual labels:  nuxt
vite.org
The Official Website of Vite - https://vite.org
Stars: ✭ 31 (+82.35%)
Mutual labels:  nuxt
nuxt-i18n-example
nuxt-i18n showcase project based on nuxt-starter template
Stars: ✭ 67 (+294.12%)
Mutual labels:  nuxt
laravel-nuxt
Laravel 5.6 + Nuxt 1.4: Auth Starter (SSR, SPA, Socialite)
Stars: ✭ 19 (+11.76%)
Mutual labels:  nuxt

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].