From 2d1102d1023f36379865d7d2a19f9c60a3a91791 Mon Sep 17 00:00:00 2001 From: liupengfei <1608272694@qq.com> Date: Sat, 26 Dec 2020 18:07:55 +0800 Subject: [PATCH] docs: add budget --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ce33f94..c71f31f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # obvious.js +[![Coverage Status](https://coveralls.io/repos/github/ObviousJs/obvious-core/badge.svg?branch=master)](https://coveralls.io/github/ObviousJs/obvious-core?branch=master) [![release](https://img.shields.io/github/release/ObviousJs/obvious-core.svg)](https://github.com/ObviousJs/obvious-core/releases) [![lastCommit](https://img.shields.io/github/last-commit/ObviousJs/obvious-core)](https://github.com/ObviousJs/obvious-core/commits/master) + Obvious is a progressive micro-front-end framework. In the micro-front-end architecture, Obvious focuses on solving the problem of orchestration and communication between micro frontend applications. It aims to help users quickly build a basic micro-front-end system and support deeper customization to achieve a complete and reliable micro-front-end architecture by providing easy-to-understand APIs and flexible middleware mechanisms. ## Features