Anna's starter template with Nuxt 3 and Sanity v3. π·ββοΈ
Demo β baustelle.erdelen.com
- Nuxt 3
- Sanity v3
- Pinia
- Tailwind
- Algolia
- GSAP
- Video Hosting with Mux
- Optimized Images with Nuxt Image
- PNPM Workspaces
- Preview Functionality
- Basic Shopify Setup (use with Sanity E-Commerce Template and Sanity Connect)
β Create a new Sanity Project
cd studio/
pnpm create sanity@latest
- Abort with
ctrl + c
when "Project output path" appears - Get Project ID with
sanity manage
orsanity projects list
- Change ID in
web/.env
,studio/sanity.config
andstudio/sanity.cli
β Install Dependencies
# From Root
pnpm install
β Start Development Server
# From Root
# Nuxt β http://localhost:3000
# Sanity β http://localhost:3333
pnpm dev