UNPKG

@nx-plugins/vite

Version:

The Nx Plugin for Vite that contains executors, generators, and utilities for managing Vite applications and libraries within an Nx workspace.

4 lines (3 loc) 173 B
import { Tree } from '@nrwl/devkit'; import { NormalizedSchema } from '../generator'; export declare function createProject(tree: Tree, options: NormalizedSchema): void;