@koikorn/app-nuxt

5.1.3 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @koikorn/app-nuxt

Weekly Downloads

0

Version

5.1.3

License

MIT

Unpacked Size

3.77 kB

Total Files

4

Last publish

Collaborators

  • lorenhaim