spa in its yml config, assigns a free dev port, and installs the spa dependencies. You can link the spa to an existing design module or scaffold a new one.
Usage
Examples
Options
| Option | Description | Default |
|---|---|---|
--name | Spa name. Normalized to PascalCase with any trailing Module stripped; the module folder uses its kebab-case form. | Prompted if omitted |
--design | Design module the spa uses. An existing design can be chosen interactively, or a new name is scaffolded. | Prompted if omitted |
--cwd | Project directory the spa is created in. | Current working directory |
--silent | Suppress prompts, spinners, and output. | false |