mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-11 21:02:25 +03:00
neat badge section + standard badge
This commit is contained in:
@@ -1,12 +1,26 @@
|
||||

|
||||
<p align="center">
|
||||
<img src="http://imgh.us/Group_5.svg" alt="vue-meta">
|
||||
</p>
|
||||
|
||||
**Manage page meta info in Vue components. SSR + Streaming supported.**
|
||||
<h5 align="center">
|
||||
Manage page meta info in Vue components. SSR + Streaming supported.
|
||||
</h5>
|
||||
|
||||
---
|
||||
<p align="center">
|
||||
<a href="https://github.com/feross/standard">
|
||||
<img src="https://cdn.rawgit.com/feross/standard/master/badge.svg" alt="Standard - JavaScript Style">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
[](https://github.com/declandewet/vue-meta/releases/latest) [](http://npmjs.org/package/vue-meta) [](https://travis-ci.org/declandewet/vue-meta) [](https://codecov.io/gh/declandewet/vue-meta) [](https://david-dm.org/declandewet/vue-meta) [](https://david-dm.org/declandewet/vue-meta?type=dev) [](http://npm-stat.com/charts.html?package=vue-meta) [](https://gitter.im/vue-meta/Lobby)
|
||||
<p align="center">
|
||||
<a href="https://github.com/declandewet/vue-meta/releases/latest"><img src="https://img.shields.io/github/release/declandewet/vue-meta.svg" alt="github release"></a> <a href="http://npmjs.org/package/vue-meta"><img src="https://img.shields.io/npm/v/vue-meta.svg" alt="npm version"></a> <a href="https://travis-ci.org/declandewet/vue-meta"><img src="https://travis-ci.org/declandewet/vue-meta.svg?branch=master" alt="Build Status"></a> <a href="https://codecov.io/gh/declandewet/vue-meta"><img src="https://codecov.io/gh/declandewet/vue-meta/branch/master/graph/badge.svg" alt="codecov"></a><br>
|
||||
<a href="https://david-dm.org/declandewet/vue-meta"><img src="https://david-dm.org/declandewet/vue-meta/status.svg" alt="dependencies Status"></a> <a href="https://david-dm.org/declandewet/vue-meta?type=dev"><img src="https://david-dm.org/declandewet/vue-meta/dev-status.svg" alt="devDependencies Status"></a><br>
|
||||
<a href="http://npm-stat.com/charts.html?package=vue-meta"><img src="https://img.shields.io/npm/dm/vue-meta.svg" alt="npm downloads"></a> <a href="https://gitter.im/vue-meta/Lobby"><img src="https://badges.gitter.im/vue-meta/Lobby.svg" alt="Gitter"></a>
|
||||
</p>
|
||||
|
||||
---
|
||||
<br>
|
||||
<hr style="height: 1px">
|
||||
<br>
|
||||
|
||||
> **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.
|
||||
|
||||
Reference in New Issue
Block a user