@koikorn/app-nuxt
v5.1.3
Published
KeystoneJS Nuxt.js App.
Downloads
3
Readme
Nuxt.js app
Usage
const { NuxtApp } = require('@koikorn/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.