/wordle-vue3

Another Wordle clone

Primary LanguageTypeScript

wordle-vue3

Another Wordle clone, this time in Vue 3.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build