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

6 lines 355 B
import { Tree } from '@nx/devkit'; import { InitSchema } from '../schema'; export declare function updateDependencies(host: Tree, schema: InitSchema): Promise<import("@nx/devkit").GeneratorCallback>; export declare function addVitestTargetDefaults(tree: Tree): void; export declare function addPlugin(tree: Tree): void; //# sourceMappingURL=utils.d.ts.map