# asdf **Repository Path**: kljsumi/asdf ## Basic Information - **Project Name**: asdf - **Description**: 123 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-01-02 - **Last Updated**: 2023-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 后台管理系统 ### 开发 ------ ``` # 克隆项目 git clone https://gitee.com/kljsumi/asdf.git # 进入项目目录 cd vue-admin-beautiful # 安装依赖 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org # 启动服务 npm run serve ```