@keystonejs/app-nuxt
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/keystonejs__app-nuxt package

5.2.3 • Public • Published

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.

View changelog

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @keystonejs/app-nuxt

Weekly Downloads

3

Version

5.2.3

License

MIT

Unpacked Size

6.61 kB

Total Files

4

Last publish

Collaborators

  • emmatown
  • jedwatson
  • molomby
  • bladey