瀏覽代碼

first commit

simple 3 年之前
當前提交
d383762010
共有 1 個文件被更改,包括 82 次插入0 次删除
  1. 82 0
      README.md

+ 82 - 0
README.md

@@ -0,0 +1,82 @@
+# ebei_cloud_admin
+
+> cloud vue adminLTE
+
+## Build Setup
+
+``` bash
+## 下载项目
+git clone https://github.com/wangdson/ebeiAdmin.git
+下载之后启动环境命令,前提需要安装node
+npm install 安装依赖包
+npm run dev 开发环境启动
+npm run build 正式打包上线使用
+```
+## 环境描述
+本框架基于adminLTE模板
+加入了Vue,Vuex,iview等框架
+大部分代码使用es6标准,使用babel去转义
+本环境主要使用vue组件开发
+```
+
+``` bash
+# install dependencies
+npm install
+
+# serve with hot reload at localhost:8080
+npm run dev
+
+# build for production with minification
+npm run build
+
+# build for production and view the bundle analyzer report
+npm run build --report
+
+# 敏捷
+npm run minjie
+
+# 湖南金地
+npm run jindi
+
+# 香江南沙
+npm run nansha
+
+# 凯德
+npm run kaide
+
+# 一碑云环境
+npm run ebei
+
+# 侨鑫
+npm run qiaoxin
+
+# 新大正
+npm run xindazheng
+
+# 中建三局
+npm run zhongjian
+
+# 中通服
+npm run zhongtongfu
+
+# 绿都
+npm run lvdu
+
+# 中通建
+npm run zhongtongjian
+
+# 葛洲坝
+npm run gezhouba
+
+# 幸福基业
+npm run xingfujiye
+
+# 珠海创新方
+npm run chuangxinfang
+```
+
+For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
+
+
+
+