# xppos-admin-ui **Repository Path**: teacrm/xppos-admin-ui ## Basic Information - **Project Name**: xppos-admin-ui - **Description**: 后台UI - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-15 - **Last Updated**: 2024-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 项目概述 - 基于 Layui-Vue 实现 ### 开始使用 ``` 切换环境 nvm install 16.0.0 nvm use 16.0.0 安装依赖 npm install -g pnpm pnpm install 启动项目 npm run dev 打包项目 npm run build ```