/vue-wordle

English Wordle game developed by Vue.js

Primary LanguageVue

vue-wordle

English Wordle game developed by Vue.js

Visit website: Play Wordle

Getting Started

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

npm install
# or
yarn install

Next, run the development server:

npm run serve
# or
yarn serve