# houtai **Repository Path**: git654321/houtai ## Basic Information - **Project Name**: houtai - **Description**: 用vue + element-ui实现后台管理系统 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: http://dahouge.oschina.io/houtai/dist/#/activePublic - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 61 - **Created**: 2017-08-08 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于vue和Element的后台管理系统 > 升级为vue@2.16 + Element@1.0.9 * [在线DEMO](http://dahouge.oschina.io/houtai/dist/#/activePublic) * [详细教程](http://www.jianshu.com/p/d87d7140944e) ## Build Setup ``` bash # 克隆项目 git clone https://github.com/WebCodeFarmer/houtai.git # 查看目录 ls # 进入项目目录 cd houtai # 安装开发依赖,推荐使用npm安装,cnpm可能会丢包,或者各种兼容性问题 npm install # 运行 npm run dev # 打包压缩 npm run build ```