用vue-element-admin测试drone ci
Go to file
gooking ef70ceba7b 修改QQ群号码 2018-05-13 11:09:25 +08:00
build fix :fixed typo 2017-12-18 10:25:53 +08:00
config fix: change tab char to 2 spaces (#522) 2018-03-20 17:21:39 +08:00
src perf[filter]: remove duplicate code #661 2018-05-12 23:17:14 +08:00
static/tinymce4.7.5 perf[tinymce]: perf tinymce demo 2018-02-01 11:07:07 +08:00
.babelrc refactor[core]: use webpack-dev-server now (#355) 2017-12-15 14:07:55 +08:00
.editorconfig add editorconfig 2017-07-24 17:58:46 +08:00
.eslintignore init 2017-04-18 15:09:13 +08:00
.eslintrc.js refactor[core]: use webpack-dev-server now (#355) 2017-12-15 14:07:55 +08:00
.gitignore perf[.gitignore]: rm gifs 2018-01-26 14:36:10 +08:00
.postcssrc.js perf[core]: add postcss-url 2018-01-02 10:44:35 +08:00
.travis.yml perf[chore]:set travis notifications:false 2017-12-11 14:20:23 +08:00
LICENSE fixed typo 2017-12-29 16:11:20 +08:00
README.md 修改QQ群号码 2018-05-13 11:09:25 +08:00
favicon.ico perf:change favicon 2017-11-23 10:35:54 +08:00
index.html fix: change tab char to 2 spaces (#522) 2018-03-20 17:21:39 +08:00
package.json [release] 3.6.6 2018-05-02 14:46:31 +08:00

README.md

简介

本项目是基于 api工厂 接口 和 vue-element-admin 开发的后台管理系统。

api工厂 是一个 PAAS 提供商, 您可以根据工厂提供的各种api接口开发出您自己的 SAAS 应用,非常方便。

vue-element-admin 是一个后台集成解决方案,它基于 Vue.jselement

欢迎大家一起来参与开发踊跃提交代码交流QQ群:315181914

开发

# 克隆项目
git clone https://github.com/gooking/apifactory-user-admin.git

# 安装依赖
npm install
   
# 建议不要用cnpm安装 会有各种诡异的bug 可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 启动服务
npm run dev

浏览器访问 http://localhost:9527

发布

# 构建测试环境
npm run build:sit

# 构建生成环境
npm run build:prod