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)
Required packageManager: pnpm@9.12.2+
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:3000
:
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview