https://github.com/danielroe/spooon
This is a tiny recipe app built in Nuxt for a live-coding session at Vue.js Nation 2024.
https://github.com/danielroe/spooon
Last synced: 3 months ago
JSON representation
This is a tiny recipe app built in Nuxt for a live-coding session at Vue.js Nation 2024.
- Host: GitHub
- URL: https://github.com/danielroe/spooon
- Owner: danielroe
- Created: 2024-01-25T10:20:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T14:19:42.000Z (over 1 year ago)
- Last Synced: 2025-03-24T14:36:04.767Z (over 1 year ago)
- Language: Vue
- Homepage: https://nuxt-spooon.vercel.app
- Size: 831 KB
- Stars: 37
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt Random Recipe App
This is a tiny recipe app built in [Nuxt](https://nuxt.com/) for a live-coding session at [Vue.js Nation 2024](https://vuejsnation.com/).
- [✨ Live Demo](https://nuxt-spooon.vercel.app/)
## Features
- Built with [Nuxt 3](https://nuxt.com/)
- Server API routes using [Nitro](https://nuxt.com/docs/guide/concepts/server-engine)
- Usage of [runtime config](https://nuxt.com/docs/guide/going-further/runtime-config)
- Uses built-in [storage layer](https://nuxt.com/docs/guide/directory-structure/server#server-storage)
- Responsive images (and custom provider) with [Nuxt Image](https://image.nuxt.com/)
- Interface with [Nuxt UI](https://ui.nuxt.com/) and [TailwindCSS](https://tailwindcss.nuxtjs.org/)
## Try it out
### Setup
```bash
# 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
```
### Deployment
You should be able to deploy this repository with zero or minimal configuration (just make sure to set the ).
- [Azure](https://nuxt.com/deploy/azure)
- [Cloudflare Workers](https://nuxt.com/deploy/cloudflare)
- [Firebase Hosting](https://nuxt.com/deploy/firebase)
- [Netlify](https://nuxt.com/deploy/netlify)
- [Vercel](https://nuxt.com/deploy/vercel)
- ... and more
## License
MIT