Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 702 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 702 Bytes

Nuxt 3 Boilerplate

Based on:

  • nuxt@^3.13.2 (compatibilityVersion: 4)
  • vue@^3.5.11
  • tailwindcss@^3.4.12
  • shadcn-vue (some components pre-included/customized).
  • eslint@^9, prettier, vscode settings
  • @iconify icons

Architecture: FSD (Feature Sliced Design)

Setup

Required packageManager: pnpm@9.12.2+

Make sure to install the dependencies:

pnpm install

Development Server

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

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview