Skip to content

Commit e0c1a1e

Browse files
author
Guillaume Chau
authored
Demo project link
1 parent dd72231 commit e0c1a1e

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,7 @@ vue+meteor is a set of packages to help you create awesome apps quickly and effi
1616

1717
You will be able to [use meteor data inside Vue](https://github.com/Akryum/vue-meteor-tracker#vue-integration-for-meteor) or [write `.vue` files in your meteor project](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vue-component).
1818

19-
## Examples Links
20-
21-
For more detailed documentations, see the [usage section](#usage) below.
22-
23-
- [Simple example project (Vue 2.x)](https://github.com/Akryum/meteor-vue2-example)
24-
- [Simple example project (Vue 1.x)](https://github.com/Akryum/meteor-vue-example)
25-
- [Routing example project (vue 2.x)](https://github.com/Akryum/meteor-vue2-example-routing)
26-
- [Routing example project (Vue 1.x)](https://github.com/Akryum/meteor-vue-example-routing)
27-
- [Blaze example project](https://github.com/Akryum/meteor-vue-blaze) [[2](https://github.com/Akryum/meteor-vue-blaze/tree/render-blaze)]
28-
- [i18n example project](https://github.com/Akryum/meteor-vue-example-i18n)
19+
### [Complete Example/Demo Project](https://github.com/Akryum/vue-meteor-demo)
2920

3021
## Recommended Packages Links
3122

@@ -36,6 +27,17 @@ For more detailed documentations, see the [usage section](#usage) below.
3627
- [:package: `akryum:vue-blaze-template`](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vue-blaze-template) (use blaze inside vue components)
3728
- [:package: `vue-supply`](https://github.com/Akryum/vue-supply) (use reactive data & automatic subscriptions in components and vuex store)
3829

30+
## More Examples
31+
32+
For more detailed documentations, see the [usage section](#usage) below.
33+
34+
- [Simple example project (Vue 2.x)](https://github.com/Akryum/meteor-vue2-example)
35+
- [Simple example project (Vue 1.x)](https://github.com/Akryum/meteor-vue-example)
36+
- [Routing example project (vue 2.x)](https://github.com/Akryum/meteor-vue2-example-routing)
37+
- [Routing example project (Vue 1.x)](https://github.com/Akryum/meteor-vue-example-routing)
38+
- [Blaze example project](https://github.com/Akryum/meteor-vue-blaze) [[2](https://github.com/Akryum/meteor-vue-blaze/tree/render-blaze)]
39+
- [i18n example project](https://github.com/Akryum/meteor-vue-example-i18n)
40+
3941
## Usage
4042

4143
### **Recommended**: New project with Vue 2.x and without Blaze ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)

0 commit comments

Comments
 (0)