# admin-template-ts **Repository Path**: lukangboy/admin-template-ts ## Basic Information - **Project Name**: admin-template-ts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-08-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目安装 # 克隆项目 git clone https://gitee.com/jiaoxiaoyuan/admin-template-ts.git # 进入项目目录 cd admin-template-ts # 安装依赖 npm install # 建议不要用 cnpm 安装 会有各种诡异的bug 可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org # 本地开发 启动项目 npm run serve