https://github.com/limzykenneth/vp-playwright-repro
https://github.com/limzykenneth/vp-playwright-repro
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/limzykenneth/vp-playwright-repro
- Owner: limzykenneth
- Created: 2026-03-29T09:45:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-29T09:45:36.000Z (3 months ago)
- Last Synced: 2026-05-27T08:35:50.096Z (about 1 month ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```