This is a tiny recipe app built in Nuxt for a live-coding session at Vue.js Nation 2024.
- Built with Nuxt 3
- Server API routes using Nitro
- Usage of runtime config
- Uses built-in storage layer
- Responsive images (and custom provider) with Nuxt Image
- Interface with Nuxt UI and TailwindCSS
# install dependencies
pnpm install
# serve in dev mode, with hot reload at localhost:3000
pnpm dev
# build for production (universal)
pnpm build
# preview in production mode
pnpm preview
You should be able to deploy this repository with zero or minimal configuration (just make sure to set the ).
- Azure
- Cloudflare Workers
- Firebase Hosting
- Netlify
- Vercel
- ... and more
MIT