mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
add badges, update verbiage, run build for demo
This commit is contained in:
@@ -2,3 +2,4 @@
|
|||||||
node_modules
|
node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
.idea
|
.idea
|
||||||
|
test/coverage
|
||||||
|
|||||||
Vendored
+227
-105
File diff suppressed because one or more lines are too long
+15
-5
@@ -127,7 +127,15 @@
|
|||||||
<div class="col-md-8 col-md-offset-2">
|
<div class="col-md-8 col-md-offset-2">
|
||||||
|
|
||||||
<h1>Vue Select</h1>
|
<h1>Vue Select</h1>
|
||||||
<p class="lead">A well-tested, native Vue.js component that provides similar functionality to Select2/Chosen without the overhead of jQuery.</p>
|
|
||||||
|
<p class="accolades lead">
|
||||||
|
<img src="https://img.shields.io/travis/sagalbot/vue-select.svg?style=flat-square" alt="Build Status">
|
||||||
|
<img src="https://img.shields.io/badge/dependencies-none-brightgreen.svg?style=flat-square" alt="No Dependencies">
|
||||||
|
<img src="https://img.shields.io/github/license/sagalbot/vue-select.svg?style=flat-square" alt="MIT License">
|
||||||
|
<img src="https://img.shields.io/github/release/sagalbot/vue-select.svg?style=flat-square" alt="Current Release">
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p class="lead">A well-tested, native Vue.js select component that provides similar functionality to Select2/Chosen without the overhead of jQuery.</p>
|
||||||
|
|
||||||
<v-select
|
<v-select
|
||||||
id="v-select"
|
id="v-select"
|
||||||
@@ -144,15 +152,17 @@
|
|||||||
<div class="col-md-3 col-md-offset-3">
|
<div class="col-md-3 col-md-offset-3">
|
||||||
<ul class="list-vue">
|
<ul class="list-vue">
|
||||||
<li>Fully Reactive</li>
|
<li>Fully Reactive</li>
|
||||||
|
<li>Tagging Support <small>v1.1.0</small></li>
|
||||||
<li>Works with Vuex</li>
|
<li>Works with Vuex</li>
|
||||||
<li><strong>No JS dependencies</strong></li>
|
<li>Zero dependencies</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<ul class="list-vue">
|
<ul class="list-vue">
|
||||||
|
<li>+90% Test Coverage</li>
|
||||||
<li>Select Single/Multiple</li>
|
<li>Select Single/Multiple</li>
|
||||||
<li>Excellent Test Coverage</li>
|
<li>Typeahead Suggestions</li>
|
||||||
<li>Bootstrap Friendly Classes</li>
|
<li>Bootstrap Friendly Markup</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -161,7 +171,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a href="#install" class="down-arrow">
|
<a href="#install" class="down-arrow">
|
||||||
Install & Examples/Documentation
|
Install, Examples & Documentation
|
||||||
<i role="presentation" class="glyphicon glyphicon-chevron-down"></i>
|
<i role="presentation" class="glyphicon glyphicon-chevron-down"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user