@keystonejs/app-nuxt
v5.2.3
Published
KeystoneJS Nuxt.js App.
Downloads
37
Readme
Nuxt.js app
This is the last active development release of this package as Keystone 5 is now in a 6 to 12 month active maintenance phase. For more information please read our Keystone 5 and beyond post.
Usage
const { NuxtApp } = require('@keystonejs/app-nuxt');
const config = {
srcDir: 'src',
buildDir: 'dist',
};
module.exports = {
keystone,
apps: [new GraphQLApp(), new AdminUIApp(), new NuxtApp(config)],
};
Config
A config object can be passed to the NuxtApp
instance. Documentation for the nuxtConfig
options is available on the NuxtJS documentation website.