danielroe / spooon

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

Home Page:https://nuxt-spooon.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://nuxt-spooon.vercel.app


Languages

Language:Vue 50.6%Language:TypeScript 49.4%