5.1.3 • Published 4 years ago

@koikorn/app-nuxt v5.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Nuxt.js app

View changelog

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.