UNPKG

@nx/nuxt

Version:

The Nuxt plugin for Nx contains executors and generators for managing Nuxt applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Vitest, Playwright, Cypress, and Storybook. - Generators for applications, l

4 lines (3 loc) 187 B
import { Tree } from '@nx/devkit'; import { NormalizedSchema, Schema } from '../schema'; export declare function normalizeOptions(host: Tree, options: Schema): Promise<NormalizedSchema>;