cmms/frontend/node_modules/@vitest/ui/README.md

22 lines
243 B
Markdown

# @vitest/ui
This package is for UI interface of Vitest.
> Work in progress.
## Development Setup
At project root, create terminals with each of the following commands:
```bash
nr dev
```
```bash
nr test --api
```
```bash
nr ui:dev
```