up ti date
This commit is contained in:
parent
d2dd65d566
commit
31839f3856
|
@ -21,6 +21,14 @@
|
||||||
|
|
||||||
- [element-ui 文档](http://element-cn.eleme.io/#/zh-CN/component/installation)
|
- [element-ui 文档](http://element-cn.eleme.io/#/zh-CN/component/installation)
|
||||||
|
|
||||||
|
## 参与本后台开发的兄弟
|
||||||
|
|
||||||
|
- [gooking](https://github.com/gooking)
|
||||||
|
|
||||||
|
- [Achen JarenChen](https://github.com/JarenChen)
|
||||||
|
|
||||||
|
- 期待您的加入...
|
||||||
|
|
||||||
## 开发
|
## 开发
|
||||||
```bash
|
```bash
|
||||||
# 安装依赖
|
# 安装依赖
|
||||||
|
|
|
@ -4,5 +4,4 @@ const prodEnv = require('./prod.env')
|
||||||
|
|
||||||
module.exports = merge(prodEnv, {
|
module.exports = merge(prodEnv, {
|
||||||
NODE_ENV: '"development"',
|
NODE_ENV: '"development"',
|
||||||
BASE_API: '"http://127.0.0.1:8082"',
|
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue