# nuxt-admin-dashboard **Repository Path**: yulincom/nuxt-admin-dashboard ## Basic Information - **Project Name**: nuxt-admin-dashboard - **Description**: 企业级管理后台 Nuxt 解决方案,集成身份认证(NuxtAuth)、RBAC 权限控制、Layout 布局系统、Sidebar/Dynamic 路由、数据表格组件和 ECharts 可视化。支持暗色主题、响应式设计和国际化(i18n),适用于中大型后台管理系统。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2026-05-09 - **Last Updated**: 2026-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nuxt, Vue ## README # Nuxt Minimal Starter Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. ## Setup Make sure to install dependencies: ```bash # npm npm install # pnpm pnpm install # yarn yarn install # bun bun install ``` ## Development Server Start the development server on `http://localhost:3000`: ```bash # npm npm run dev # pnpm pnpm dev # yarn yarn dev # bun bun run dev ``` ## Production Build the application for production: ```bash # npm npm run build # pnpm pnpm build # yarn yarn build # bun bun run build ``` Locally preview production build: ```bash # npm npm run preview # pnpm pnpm preview # yarn yarn preview # bun bun run preview ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.