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
- Host: GitHub
- URL: https://github.com/zokioki/vuerdle
- Owner: zokioki
- License: mit
- Created: 2022-01-29T06:30:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T08:50:33.000Z (over 2 years ago)
- Last Synced: 2025-12-26T11:50:58.691Z (4 months ago)
- Language: Vue
- Homepage: https://vuerdle.netlify.app
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```