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

https://github.com/bavix/uuid-ui

Quick uuid conversion. Test Assistant
https://github.com/bavix/uuid-ui

converter ui uuid uuid-convertor uuid-ui

Last synced: 3 months ago
JSON representation

Quick uuid conversion. Test Assistant

Awesome Lists containing this project

README

          

# uuid-ui
Quick way to work with uuid.

### Usage

Development:
```sh
npm run dev
```

Build:
```sh
npm run build
```

Preview production build:
```sh
npm run preview
```

Docker:
```sh
docker run -p 8080:8080 -d bavix/uuid-ui
```
or
```sh
docker run -p 8080:8080 -d ghcr.io/bavix/uuid-ui
```