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 379 B
import { GeneratorCallback, Tree } from '@nx/devkit'; import { Schema } from './schema'; export declare function applicationGenerator(tree: Tree, schema: Schema): Promise<GeneratorCallback>; export declare function applicationGeneratorInternal(tree: Tree, schema: Schema): Promise<GeneratorCallback>; export default applicationGenerator; //# sourceMappingURL=application.d.ts.map