up ti date

This commit is contained in:
gooking 2018-05-26 17:24:24 +08:00
parent d2dd65d566
commit 31839f3856
2 changed files with 8 additions and 1 deletions

View File

@ -21,6 +21,14 @@
- [element-ui 文档](http://element-cn.eleme.io/#/zh-CN/component/installation)
## 参与本后台开发的兄弟
- [gooking](https://github.com/gooking)
- [Achen JarenChen](https://github.com/JarenChen)
- 期待您的加入...
## 开发
```bash
# 安装依赖

View File

@ -4,5 +4,4 @@ const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
BASE_API: '"http://127.0.0.1:8082"',
})