import { CommandMetadata, ServeDetails, VueServeOptions } from '../../../definitions'; import { ServeRunner, ServeRunnerDeps } from '../../serve'; export declare class VueServeRunner extends ServeRunner<VueServeOptions> { protected readonly e: ServeRunnerDeps; constructor(e: ServeRunnerDeps); getCommandMetadata(): Promise<Partial<CommandMetadata>>; modifyOpenUrl(url: string, options: VueServeOptions): string; serveProject(options: VueServeOptions): Promise<ServeDetails>; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
build.d.ts | File | 556 B | 0644 |
|
build.js | File | 1.07 KB | 0644 |
|
index.d.ts | File | 546 B | 0644 |
|
index.js | File | 2.3 KB | 0644 |
|
serve.d.ts | File | 498 B | 0644 |
|
serve.js | File | 1.49 KB | 0644 |
|