Skip to content

rathax/generateUuid

Repository files navigation

This is a simple app built with Vue + Tailwind + vite + vite-ssg - vite-pwa that that randomly generates UUIDs (universally unique identifier) for developers to copy and paste.

Key Features

  • UUID generator for Version 1, Version 3, Version 4 and Version 5
  • Define Namespace and Name for Version 3 and Version 5 UUIDs
  • Validate UUIDs
  • Darkmode
  • 100% Lighthouse score

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint