```
    {
        "app": "src",
        "build": "dist",
        "static": {
            "start": "/",
            "test": "/",
            "pre": "/",
            "release": "http://static.wepiao.com/"
        },
        "api": {
            "start": "http://test.priceapi.wepiao.com:8081",
            "test": "http://test.priceapi.wepiao.com:8081",
            "pre": "http://test.priceapi.wepiao.com:8081",
            "release": "http://test.priceapi.wepiao.com:8081"
        }
    }
```

* `app`  
    指定项目入口目录
* `dist`  
    指定资源打包的目录
* `static`  
    对应各个模式下静态资源文件的根路径
* `api`  
    对应各个模式下API的根路径

### 环境参数
*  `start`  
   本地开发模式  
*  `test`  
   测试环境  
*  `pre`  
   线上灰度  
*  `release`  
   线上正式  


###  默认项目结构

pepper
src
  -  components
  -  pages 
  -  scss
  -  assets
