Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fullstack-dev3/vue-wordle
- Owner: fullstack-dev3
- Created: 2023-09-03T06:20:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-03T21:56:28.000Z (about 1 year ago)
- Last Synced: 2023-11-06T22:04:06.308Z (about 1 year ago)
- Topics: css, english-word, html, javascript, typescript, vue3, wordle-game
- Language: Vue
- Homepage: https://play-wordle.vercel.app
- Size: 367 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-wordle
English Wordle game developed by Vue.jsVisit 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
```