Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fullstack-dev3/vue-wordle

English Wordle game developed by Vue.js
https://github.com/fullstack-dev3/vue-wordle

css english-word html javascript typescript vue3 wordle-game

Last synced: 5 days ago
JSON representation

English Wordle game developed by Vue.js

Awesome Lists containing this project

README

        

# vue-wordle
English Wordle game developed by Vue.js

Visit website: [Play Wordle](https://play-wordle.vercel.app)

## Getting Started

After cloning, you must install the npm in order to run.

```bash
npm install
# or
yarn install
```

Next, run the development server:

```bash
npm run serve
# or
yarn serve
```