From 9e7a0a8d4c23369a3e63b914103b87f6ed5d3b79 Mon Sep 17 00:00:00 2001 From: Declan de Wet Date: Tue, 1 Nov 2016 02:02:48 +0200 Subject: [PATCH] neat badge section + standard badge --- README.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d0465d2..0b8aaf1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,26 @@ -![vue-meta](http://imgh.us/vuemeta_2.svg) +

+ vue-meta +

-**Manage page meta info in Vue components. SSR + Streaming supported.** +
+ Manage page meta info in Vue components. SSR + Streaming supported. +
---- +

+ + Standard - JavaScript Style + +

-[![github release](https://img.shields.io/github/release/declandewet/vue-meta.svg)](https://github.com/declandewet/vue-meta/releases/latest) [![npm version](https://img.shields.io/npm/v/vue-meta.svg)](http://npmjs.org/package/vue-meta) [![Build Status](https://travis-ci.org/declandewet/vue-meta.svg?branch=master)](https://travis-ci.org/declandewet/vue-meta) [![codecov](https://codecov.io/gh/declandewet/vue-meta/branch/master/graph/badge.svg)](https://codecov.io/gh/declandewet/vue-meta) [![dependencies Status](https://david-dm.org/declandewet/vue-meta/status.svg)](https://david-dm.org/declandewet/vue-meta) [![devDependencies Status](https://david-dm.org/declandewet/vue-meta/dev-status.svg)](https://david-dm.org/declandewet/vue-meta?type=dev) [![npm downloads](https://img.shields.io/npm/dm/vue-meta.svg)](http://npm-stat.com/charts.html?package=vue-meta) [![Gitter](https://badges.gitter.im/vue-meta/Lobby.svg)](https://gitter.im/vue-meta/Lobby) +

+github release npm version Build Status codecov
+dependencies Status devDependencies Status
+npm downloads Gitter +

---- +
+
+
> **Please note** that this project is still in very early alpha development and is *not* considered to be production ready. > **You have been warned.** There is no sanitization yet, no tests, and you might even find some features are still missing.