6.0.1 • Published 2 years ago

@itoa/app-nuxt v6.0.1

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

Nuxt.js app

This is the last active development release of this package as Itoa 5 is now in a 6 to 12 month active maintenance phase. For more information please read our Itoa 5 and beyond post.

View changelog

Usage

const { NuxtApp } = require('@itoa/app-nuxt');

const config = {
  srcDir: 'src',
  buildDir: 'dist',
};

module.exports = {
  itoa,
  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.

6.0.1

2 years ago

6.0.0

3 years ago

5.2.4

3 years ago

5.2.3

3 years ago