simple 4 years ago
parent
commit
aae502bd04
1 changed files with 0 additions and 12 deletions
  1. 0 12
      README.md

+ 0 - 12
README.md

@@ -4,21 +4,9 @@
 
 ## Build Setup
 
-``` bash
-## 下载项目
-git clone https://github.com/wangdson/ebeiAdmin.git
-下载之后启动环境命令,前提需要安装node
-npm install 安装依赖包
-npm run dev 开发环境启动
-npm run build 正式打包上线使用
-【打包注意事项】
-	修改config/fetch.js里的服务器地址
-	修改config/download.js里的服务器地址
-	修改src/assets/js/menu/noticeList.js里的“手机客户端”的地址(最后一行)
 ```
 
 ## 环境描述
-本框架基于adminLTE模板
 加入了Vue,Vuex,iview等框架
 大部分代码使用es6标准,使用babel去转义
 本环境主要使用vue组件开发