UNPKG

@nx/web

Version:

The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Jest, Playwright, Cypress, and Storybook. - Scaffolding for creating bu

5 lines (4 loc) 220 B
import { GeneratorCallback, Tree } from '@nx/devkit'; import { Schema } from './schema'; export declare function webInitGenerator(tree: Tree, schema: Schema): Promise<GeneratorCallback>; export default webInitGenerator;