From d0b652abdbe48880ae57556b433934737a38a15f Mon Sep 17 00:00:00 2001 From: huangwutao <346792184@qq.com> Date: Fri, 1 Feb 2019 15:48:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0rm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13ceadd..3a68360 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,17 @@ autobuild Downloads Version + License + License +

+

Version issues - License

dividing是一套基于webpack的脚手架工具集,本工具致力于业务包拆分。 # 特点 -[![Greenkeeper badge](https://badges.greenkeeper.io/Taoja/dividing.svg)](https://greenkeeper.io/) + 多工程化:分包机制让每一个包都有独立的工程环境,让各个包共享同一个资源环境,可独立打包发布,降低发布成本。可独立调试,减少开发成本。 + 多环境支持:一套代码,多环境运行。通过配置[环境变量](#webpack配置)实现同一套代码不同环境编译效果,加快版本迭代速度。 + 高拓展性:开放plugins、loader配置,可自行拓展脚本及加载器(默认支持vue、sass)