/nuxt3-spooon

This is a tiny recipe app built in Nuxt for a live-coding session at Vue.js Nation 2024.

Primary LanguageVue

Nuxt Random Recipe App

This is a tiny recipe app built in Nuxt for a live-coding session at Vue.js Nation 2024.

Screenshot of the random recipe app

Features

Try it out

Setup

# 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 ).

License

MIT