7 Star 1 Fork 0

胡沐风 / gmHR

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT
// config.json
{
	"buildEntryPath": "./src/pages/*/*/*/*/index.js",
	"proxy": "http://10.6.240.46:8888/",
	"buildWithoutHTML": "uapbd/refer",
	"devPort": 3007
}
属性 说明
buildEntryPath 业务组代码编译路径,可以是Array/String
1. 编译所有项目:"./src/*/*/*/*/index.js"
2. 编译某项目:"./src/project_name/*/*/*/index.js"
3. 编译某项目下某模块:"./src/project_name/module_name/*/*/index.js"
4. 编译某项目下某模块下某节点:"./src/project_name/pages/module_name/node_name/*/index.js"
5. 编译某项目下某模块下某节点下某页面:"./src/project_name/pages/module_name/node_name/page_name/index.js"
buildWithoutHTML 路径中含有某些字符串的目录,在开发/打包时不生成html文件,主要用于参照/其他公共组件,因为对于组件来说html没有用。例:'uapbd/refer'或['uapbd/refer','uapbd/refer1']
proxy 请求代理路径
devPort 开发环境端口号

注意

  1. 添加入口目录需要重启服务
  2. 修改配置文件需要重启服务。
MIT License Copyright (c) 2017 uba-templates Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

国贸HR一期开发项目 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/hu_mu_feng/gmHR.git
git@gitee.com:hu_mu_feng/gmHR.git
hu_mu_feng
gmHR
gmHR
master

搜索帮助