光大采购项目

simple 23fcf437a4 'change' há 5 anos atrás
.settings 3ebb2692fd git init há 5 anos atrás
build 3ebb2692fd git init há 5 anos atrás
config b4045bac55 'change' há 5 anos atrás
src b4045bac55 'change' há 5 anos atrás
static 3ebb2692fd git init há 5 anos atrás
.babelrc 3ebb2692fd git init há 5 anos atrás
.editorconfig 3ebb2692fd git init há 5 anos atrás
.gitignore 3ebb2692fd git init há 5 anos atrás
.postcssrc.js 3ebb2692fd git init há 5 anos atrás
.project 3ebb2692fd git init há 5 anos atrás
README.md 23fcf437a4 'change' há 5 anos atrás
eslintrc.js 3ebb2692fd git init há 5 anos atrás
index.html 3ebb2692fd git init há 5 anos atrás
package-lock.json 3ebb2692fd git init há 5 anos atrás
package.json 3ebb2692fd git init há 5 anos atrás

README.md

ebei_cloud_admin

cloud vue adminLTE

Build Setup

## 下载项目
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组件开发 ```