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

https://github.com/zokioki/vuerdle

A Vue implementation of Wordle
https://github.com/zokioki/vuerdle

Last synced: 4 months ago
JSON representation

A Vue implementation of Wordle

Awesome Lists containing this project

README

          

# Vuerdle

A Vue implementation of the [Wordle](https://www.powerlanguage.co.uk/wordle/) game.

[View Demo](https://vuerdle.netlify.app/)

### Development

To run this app locally, clone it and `cd` into the root directory, then run:

```
yarn install
yarn dev
```

The above will install dependencies, compile the code, and serve the app on `http://localhost:5173`.

### Production

To compile and minfiy the code for a production environment, run:

```
yarn build
```