Nuxt 3 + Wordle (n3rdle)
This is a tiny, incomplete clone of Wordle built in Nuxt 3 for a live-coding session at Vue.js Nation 2022.
Features
- Based on Nuxt 3
- Server API routes using Nuxt Nitro
- Usage of composables
- Persists an anonymous session
- Light & dark mode using pico.css
Try it out
Setup
# install dependencies
npm install # or yarn
# serve in dev mode, with hot reload at localhost:3000
npm run dev
# build for production (universal)
npm run build
# preview in production mode
npm start
Deployment
You should be able to deploy this repository with zero or minimal configuration.
- Azure
- Cloudflare Workers
- Firebase Hosting
- Netlify
- Vercel
- ... and more
License
MIT