# imboy-admin-frontend **Repository Path**: imboy-pub/imboy-admin-frontend ## Basic Information - **Project Name**: imboy-admin-frontend - **Description**: 采用Vue 3 (Element Plus+nuxt4)技术栈的 imboy管理后台项目 - **Primary Language**: TypeScript - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-11 - **Last Updated**: 2025-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # imboy-admin-frontend 采用Vue 3 + Element Plus + Nuxt 技术栈的 imboy管理后台项目 Node.js v20+ ``` fnm install 20 fnm default 20.19.5 node -v v20.19.5 ``` ``` cd imboy-admin-frontend rm -rf node_modules pnpm-lock.yaml npx nuxi@latest init . npx nuxi@latest init . pnpm install pnpm install --force pnpm add @pinia/nuxt pinia element-plus @element-plus/icons-vue @element-plus/nuxt -D # 配置 nuxt.config.ts git add . && git commit -m "init" && git push -u origin main pnpm dev pnpm dev -o ``` # 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.