Skip to content

Commit e7b4206

Browse files
author
Guillaume Chau
authored
Vue badges
1 parent 2711411 commit e7b4206

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Vue as a Meteor UI layer
22

33
[![meteor](https://img.shields.io/badge/meteor-1.4.2.3-blue.svg)](https://meteor.com/)
4-
[![vue1](https://img.shields.io/badge/vue-1.x-brightgreen.svg) ![vue2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)](https://vuejs.org/)
4+
[![vue1](https://img.shields.io/badge/vue-1.x-green.svg) ![vue2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)](https://vuejs.org/)
55

66
**This project is in beta.**
77

@@ -21,22 +21,22 @@ This project contains new meteor packages to help build [meteor](http://meteor.c
2121

2222
Currently supported and possible future features (in no particular order) are:
2323

24-
- [x] Declarative subscriptions and meteor reactive data **(Vue 1.x, Vue 2.x)**
25-
- [x] Single-file components (.vue) with basic support of `<template>`, `<script>` and `<style>` (with optional `scoped` attribute) **(Vue 1.x, Vue 2.x)**
26-
- [x] Instant Hot-reloading of components **(Vue 1.x, Vue 2.x)**
27-
- [x] `lang` attribute on `<style>` in .vue files **(Vue 1.x, Vue 2.x)**
28-
- [x] Less official integration in .vue files **(Vue 1.x, Vue 2.x)**
29-
- [x] Sass official integration in .vue files **(Vue 1.x, Vue 2.x)**
30-
- [x] Stylus official integration in .vue files **(Vue 1.x, Vue 2.x)**
31-
- [x] `lang` attribute on `<template>` in .vue files **(Vue 1.x, Vue 2.x)**
32-
- [x] Jade official integration in .vue file **(Vue 1.x, Vue 2.x)**
33-
- [x] `lang` attribute on `<script>` in .vue files **(Vue 1.x, Vue 2.x)**
34-
- [x] Coffeescript official integration in .vue files **(Vue 1.x, Vue 2.x)**
35-
- [x] Apollo client integration **(Vue 1.x, Vue 2.x)**
36-
- [x] Easy routing with vue-router out-of-the-box integration & fast-render **(Vue 1.x, Vue 2.x)**
37-
- [x] Easy localization with vue-i18n out-of-the-box integration, auto-detection, server-side injection and key-in-hand ui **(Vue 1.x)**
38-
- [x] Easy state management with vuex integration **(Vue 1.x)**
39-
- [x] Use Blaze templates in your vue app **(Vue 1.x, Vue 2.x)**
24+
- [x] Declarative subscriptions and meteor reactive data ![vue](https://img.shields.io/badge/vue-1.x-green.svg) ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
25+
- [x] Single-file components (.vue) with basic support of `<template>`, `<script>` and `<style>` (with optional `scoped` attribute) ![vue](https://img.shields.io/badge/vue-1.x-green.svg) ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
26+
- [x] Instant Hot-reloading of components ![vue](https://img.shields.io/badge/vue-1.x-green.svg) ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
27+
- [x] `lang` attribute on `<style>` in .vue files ![vue](https://img.shields.io/badge/vue-1.x-green.svg) ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
28+
- [x] Less official integration in .vue files ![vue](https://img.shields.io/badge/vue-1.x-green.svg) ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
29+
- [x] Sass official integration in .vue files ![vue](https://img.shields.io/badge/vue-1.x-green.svg) ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
30+
- [x] Stylus official integration in .vue files ![vue](https://img.shields.io/badge/vue-1.x-green.svg) ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
31+
- [x] `lang` attribute on `<template>` in .vue files ![vue](https://img.shields.io/badge/vue-1.x-green.svg) ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
32+
- [x] Jade official integration in .vue file ![vue](https://img.shields.io/badge/vue-1.x-green.svg) ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
33+
- [x] `lang` attribute on `<script>` in .vue files ![vue](https://img.shields.io/badge/vue-1.x-green.svg) ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
34+
- [x] Coffeescript official integration in .vue files ![vue](https://img.shields.io/badge/vue-1.x-green.svg) ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
35+
- [x] Apollo client integration ![vue](https://img.shields.io/badge/vue-1.x-green.svg) ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
36+
- [x] Easy routing with vue-router out-of-the-box integration & fast-render ![vue](https://img.shields.io/badge/vue-1.x-green.svg) ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
37+
- [x] Easy localization with vue-i18n out-of-the-box integration, auto-detection, server-side injection and key-in-hand ui ![vue](https://img.shields.io/badge/vue-1.x-green.svg)
38+
- [x] Easy state management with vuex integration ![vue](https://img.shields.io/badge/vue-1.x-green.svg)
39+
- [x] Use Blaze templates in your vue app ![vue](https://img.shields.io/badge/vue-1.x-green.svg) ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
4040
- [ ] *Typescript official integration in .vue files*
4141
- [ ] *Server-side rendering (Vue 2.x)*
4242

0 commit comments

Comments
 (0)