You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,22 +21,22 @@ This project contains new meteor packages to help build [meteor](http://meteor.c
21
21
22
22
Currently supported and possible future features (in no particular order) are:
23
23
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)**
-[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 
25
+
-[x] Single-file components (.vue) with basic support of `<template>`, `<script>` and `<style>` (with optional `scoped` attribute) 
26
+
-[x] Instant Hot-reloading of components 
27
+
-[x]`lang` attribute on `<style>` in .vue files 
28
+
-[x] Less official integration in .vue files 
29
+
-[x] Sass official integration in .vue files 
30
+
-[x] Stylus official integration in .vue files 
31
+
-[x]`lang` attribute on `<template>` in .vue files 
32
+
-[x] Jade official integration in .vue file 
33
+
-[x]`lang` attribute on `<script>` in .vue files 
34
+
-[x] Coffeescript official integration in .vue files 
35
+
-[x] Apollo client integration 
36
+
-[x] Easy routing with vue-router out-of-the-box integration & fast-render 
37
+
-[x] Easy localization with vue-i18n out-of-the-box integration, auto-detection, server-side injection and key-in-hand ui 
38
+
-[x] Easy state management with vuex integration 
39
+
-[x] Use Blaze templates in your vue app 
40
40
-[ ]*Typescript official integration in .vue files*
0 commit comments