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 272 B
import { type Tree } from '@nx/devkit'; import type { NormalizedSchema } from '../schema'; export declare function ensureDependencies(host: Tree, options: NormalizedSchema): Promise<import("@nx/devkit").GeneratorCallback>; //# sourceMappingURL=ensure-dependencies.d.ts.map