An open API service indexing awesome lists of open source software.

https://github.com/limzykenneth/vp-playwright-repro


https://github.com/limzykenneth/vp-playwright-repro

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

          

# vite-plus-starter

A starter for creating a Vite Plus project.

## Development

- Install dependencies:

```bash
vp install
```

- Run the unit tests:

```bash
vp test
```

- Build the library:

```bash
vp pack
```