https://github.com/leotabosa/wordlezin
wordle game built with nuxt.js
https://github.com/leotabosa/wordlezin
nuxt nuxtjs vue vuejs wordle wordle-nuxt
Last synced: 6 months ago
JSON representation
wordle game built with nuxt.js
- Host: GitHub
- URL: https://github.com/leotabosa/wordlezin
- Owner: leotabosa
- Created: 2022-01-30T17:07:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T01:17:26.000Z (over 2 years ago)
- Last Synced: 2025-04-06T10:43:37.330Z (7 months ago)
- Topics: nuxt, nuxtjs, vue, vuejs, wordle, wordle-nuxt
- Language: Vue
- Homepage: https://wordlezin.vercel.app/
- Size: 1.66 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wordlezin
wordlezin is an experiment and study project inspired by wordle and built with Nuxt.js and TypeScript.
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```