Initialize Nuxt 4 project with TypeScript #8

Closed
opened 2026-02-08 19:09:37 +00:00 by makiolaj · 0 comments
Owner

Week 1 - Foundation

Task

Initialize a new Nuxt 4 project with TypeScript and Bun.

Acceptance Criteria

  • Nuxt 4 initialized in app/ directory
  • TypeScript configured
  • Bun as package manager
  • Dev server runs on bun run dev
  • Basic nuxt.config.ts setup

Technical Details

cd app
bunx nuxi init .
bun install

Estimated Effort

2 hours

**Week 1 - Foundation** ## Task Initialize a new Nuxt 4 project with TypeScript and Bun. ## Acceptance Criteria - [ ] Nuxt 4 initialized in `app/` directory - [ ] TypeScript configured - [ ] Bun as package manager - [ ] Dev server runs on `bun run dev` - [ ] Basic `nuxt.config.ts` setup ## Technical Details ```bash cd app bunx nuxi init . bun install ``` ## Estimated Effort 2 hours
makiolaj added the frontendmvpweek-1 labels 2026-02-08 19:20:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pantry-app/pantry#8