
## 配置说明

用以下配置指定 git npm 模块

```
module.exports = {
    repos: {
        '@befe/erp-comps': {
            remote: 'http://gitlab.baidu.com/be-fe/erp-comps-react-mobx.git',
            branch: 'develop/erp-common'
        }
    }
}
```