andywillekens / nuxt-photo-booth

Photobooth SPA build with Nuxt & Tailwind

Home Page:https://nuxt-photo-booth.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 Photo booth

Exploring the native MediaDevices web APIs for integration within Nuxt, checkout the live demo here

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

About

Photobooth SPA build with Nuxt & Tailwind

https://nuxt-photo-booth.vercel.app


Languages

Language:Vue 57.5%Language:TypeScript 31.7%Language:SCSS 10.8%