|
7 | 7 |
|
8 | 8 | <br/>
|
9 | 9 |
|
10 |
| -**This project is currently in beta.** |
11 |
| - |
12 | 10 | vue+meteor is a set of packages to help you create awesome apps quickly and efficiently with two great web technologies:
|
13 | 11 |
|
14 | 12 | - [vuejs](http://vuejs.org/) is the frontend
|
@@ -94,75 +92,7 @@ Render Blaze templates in Vue components and the other way around!
|
94 | 92 |
|
95 | 93 | ## Vue 1.x
|
96 | 94 |
|
97 |
| -<details><summary>See exclusively Vue 1.x resources</summary> |
98 |
| - |
99 |
| -### Examples |
100 |
| - |
101 |
| -- [Simple example project (Vue 1.x)](https://github.com/Akryum/meteor-vue-example) |
102 |
| -- [Routing example project (Vue 1.x)](https://github.com/Akryum/meteor-vue-example-routing) |
103 |
| -- [Blaze example project](https://github.com/Akryum/meteor-vue-blaze) [[2](https://github.com/Akryum/meteor-vue-blaze/tree/render-blaze)] |
104 |
| -- [i18n example project](https://github.com/Akryum/meteor-vue-example-i18n) |
105 |
| - |
106 |
| -<br> |
107 |
| - |
108 |
| -### New project with Vue 1.x and without blaze  |
109 |
| - |
110 |
| -Create a new project without blaze, using Vue 1.x: |
111 |
| - |
112 |
| -See the [simple example project](https://github.com/Akryum/meteor-vue-example). |
113 |
| - |
114 |
| -<br> |
115 |
| - |
116 |
| -### New project with blaze  |
117 |
| - |
118 |
| -See the [blaze example project](https://github.com/Akryum/meteor-vue-blaze). |
119 |
| - |
120 |
| -<br> |
121 |
| - |
122 |
| -### Localization  |
123 |
| - |
124 |
| -Translate your app quickly and easily with [vue-i18n](https://github.com/kazupon/vue-i18n). |
125 |
| - |
126 |
| -[:package: See Installation & Usage in akryum:vue-i18n package](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vue-i18n#installation) |
127 |
| - |
128 |
| -[:package: Premade selection ui in akryum:vue-i18n-ui package](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vue-i18n-ui) |
129 |
| - |
130 |
| -[Example app](https://github.com/Akryum/meteor-vue-example-i18n) |
131 |
| - |
132 |
| -<br> |
133 |
| - |
134 |
| -### Routing  |
135 |
| - |
136 |
| -Routing for Vue 1.x and Meteor using [vue-router](https://github.com/vuejs/vue-router). |
137 |
| - |
138 |
| -[:package: See Installation & Usage in arkyum:vue-router package](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vue-router#installation) |
139 |
| - |
140 |
| -[Example app](https://github.com/Akryum/meteor-vue-example-routing) |
141 |
| - |
142 |
| -<br> |
143 |
| - |
144 |
| -### State management with vuex  |
145 |
| - |
146 |
| -**:warning: This is using the old `vuex` package and is not compatible with Vue 2.x. Use [vue-supply](https://github.com/Akryum/vue-supply) instead.** |
147 |
| - |
148 |
| -Manage the state of your app with a centralized data store with [vuex](https://github.com/vuejs/vuex). |
149 |
| - |
150 |
| -[:package: See Installation & Usage in akryum:vuex](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vuex#installation) |
151 |
| - |
152 |
| -[Example app](https://github.com/Akryum/meteor-vuex-example) |
153 |
| - |
154 |
| -<br> |
155 |
| - |
156 |
| -### Embed Blaze template  |
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 |
| - |
165 |
| -</details> |
| 95 | +See `old` branch. |
166 | 96 |
|
167 | 97 | ---
|
168 | 98 |
|
@@ -197,7 +127,7 @@ Track the project progress [here](https://github.com/Akryum/meteor-vue-component
|
197 | 127 |
|
198 | 128 | ## Get involved
|
199 | 129 |
|
200 |
| -This project is very much a work-in-progress, so your help will be greatly appreciated! |
| 130 | +This project is very much a work-in-progress, so your help will be greatly appreciated! |
201 | 131 | Feel free to contribute by opening a PR or an issue (but check before if the topic already exists).
|
202 | 132 |
|
203 | 133 | ### Development project
|
|
0 commit comments