Nuxt 3 + Vue 3 admin dashboard template with Element Plus, Tailwind CSS, Pinia, dark mode, and command palette.
Live demo: https://nuxt3-admin.dynaxfy.com
This repository is the Nuxt/Vue implementation. For the React implementation, see reeswell/react-admin.
- Light and dark theme switching
- Tags view tab navigation
- Global command palette
- Theme primary color customization
- Responsive admin layout
- Mock login flow for demo usage
- Nuxt 3
- Vue 3
- Element Plus
- Tailwind CSS
- Pinia
- VueUse
- TypeScript
pnpm install
pnpm devApp runs at http://localhost:3000.
pnpm build
pnpm generate
pnpm previewCopy from example files and create your local env file:
.env.development.example.env.production.example.env.test.example
Example:
cp .env.development.example .env.development- username:
admin - password:
admin123
This account is for local/template demo only.