# shop-admin **Repository Path**: husb/shop-admin ## Basic Information - **Project Name**: shop-admin - **Description**: vue3商城后台管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2023-04-06 - **Last Updated**: 2023-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-shop-admin > ```shell > 技术栈 vite4.x + vue3.x + element-plus + windicss... > ``` - 账号:admin,密码:admin - [api文档](http://dishaxy.dishait.cn/shopadminapi) ## 安装使用 - 获取项目代码 ```shell git clone https://gitee.com/changzilin/shop-admin.git ``` - 安装依赖 ```shell npm install ``` - 运行 ```shell npm run dev ``` - 打包 ```shell npm run build ```