Skip to content

Commit f5d7ed0

Browse files
author
Guillaume Chau
committed
Merge remote-tracking branch 'origin/master'
2 parents a5fba40 + 2d43deb commit f5d7ed0

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

README.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,17 @@ Here is a list of recommended packages for developping a meteor+vue app:
2626
- [:package: `akryum:vue-component`](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vue-component) (vue component files)
2727
- [:package: `akryum:vue-router2`](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vue-router2) (`vue-router` 2.x helpers)
2828
- [:package: `vue-apollo`](https://github.com/Akryum/vue-apollo) (apollo integration)
29-
- [:package: `akryum:vue-blaze-template`](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vue-blaze-template) (use blaze inside vue components)
29+
- [:package: `vuejs:blaze-integration`](https://github.com/meteor-vue/blaze-integration) (integrate Vue and Blaze)
3030
- [:package: `vue-supply`](https://github.com/Akryum/vue-supply) (use reactive data & automatic subscriptions in components and vuex store)
3131
- [:package: `akryum:vue-ssr`](https://github.com/Akryum/vue-meteor/tree/master/packages/vue-ssr) (Server-Side Rendering)
3232

3333
## Resources
3434

3535
### Examples
3636

37-
- [Complete Example/Demo Project](https://github.com/Akryum/vue-meteor-demo) (recommended)
38-
- [Simple example project (Vue 2.x)](https://github.com/Akryum/meteor-vue2-example)
39-
- [Routing example project (vue 2.x)](https://github.com/Akryum/meteor-vue2-example-routing)
40-
41-
<br>
42-
43-
### Creating a new vue-meteor project ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
44-
45-
- **Recommended**: Create a new project without blaze, using Vue 2.x:
46-
- See the [simple example project](https://github.com/Akryum/meteor-vue2-example) for instructions.
37+
- [Guide Example](https://github.com/meteor-vue/guide)
38+
- [TodoMVC](https://github.com/meteor-vue/todomvc)
39+
- [Complete Example/Demo Project](https://github.com/Akryum/vue-meteor-demo)
4740

4841
<br>
4942

@@ -89,13 +82,12 @@ Very easy way to render your fonrtend on the server automatically when a user fi
8982

9083
<br>
9184

92-
### Embed Blaze template ![vue](https://img.shields.io/badge/vue-1.x-green.svg) ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
85+
### Integrate Blaze ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
9386

94-
Use Blaze templates inside your vue components.
87+
Render Blaze templates in Vue components and the other way around!
9588

96-
[:package: See Installation & Usage in akryum:vue-blaze-template](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vue-blaze-template)
89+
[:package: See Installation & Usage in the vuejs:blaze-integration package](https://github.com/meteor-vue/blaze-integration)
9790

98-
[Example app](https://github.com/Akryum/meteor-vue-blaze/tree/render-blaze)
9991

10092
<br>
10193

@@ -159,6 +151,17 @@ Manage the state of your app with a centralized data store with [vuex](https://g
159151

160152
[Example app](https://github.com/Akryum/meteor-vuex-example)
161153

154+
<br>
155+
156+
### Embed Blaze template ![vue](https://img.shields.io/badge/vue-1.x-green.svg)
157+
158+
Use Blaze templates inside your vue components.
159+
160+
[:package: See Installation & Usage in akryum:vue-blaze-template](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vue-blaze-template)
161+
162+
[Example app](https://github.com/Akryum/meteor-vue-blaze/tree/render-blaze)
163+
164+
162165
</details>
163166

164167
---

0 commit comments

Comments
 (0)