Skip to content

Commit 499f5cc

Browse files
author
Guillaume Chau
committed
Cleaning up old packages + versions bumps
1 parent df83872 commit 499f5cc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+5
-2786
lines changed

README.md

+2-72
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
<br/>
99

10-
**This project is currently in beta.**
11-
1210
vue+meteor is a set of packages to help you create awesome apps quickly and efficiently with two great web technologies:
1311

1412
- [vuejs](http://vuejs.org/) is the frontend
@@ -94,75 +92,7 @@ Render Blaze templates in Vue components and the other way around!
9492

9593
## Vue 1.x
9694

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 ![vue](https://img.shields.io/badge/vue-1.x-green.svg)
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 ![vue](https://img.shields.io/badge/vue-1.x-green.svg)
117-
118-
See the [blaze example project](https://github.com/Akryum/meteor-vue-blaze).
119-
120-
<br>
121-
122-
### Localization ![vue](https://img.shields.io/badge/vue-1.x-green.svg)
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 ![vue](https://img.shields.io/badge/vue-1.x-green.svg)
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 ![vue](https://img.shields.io/badge/vue-1.x-green.svg)
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 ![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-
165-
</details>
95+
See `old` branch.
16696

16797
---
16898

@@ -197,7 +127,7 @@ Track the project progress [here](https://github.com/Akryum/meteor-vue-component
197127

198128
## Get involved
199129

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!
201131
Feel free to contribute by opening a PR or an issue (but check before if the topic already exists).
202132

203133
### Development project

packages/use-vue-component/README.md

Whitespace-only changes.

packages/use-vue-component/client/Button.vue

-38
This file was deleted.

packages/use-vue-component/client/main.js

-3
This file was deleted.

packages/use-vue-component/package.js

-14
This file was deleted.

packages/vue-component/package.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'akryum:vue-component',
3-
version: '0.12.3',
3+
version: '0.13.0',
44
summary: 'VueJS single-file components that hot-reloads',
55
git: 'https://github.com/Akryum/meteor-vue-component',
66
documentation: 'README.md'
@@ -37,7 +37,7 @@ Package.registerBuildPlugin({
3737
'source-map-merger': '0.2.0',
3838
'generate-source-map': '0.0.5',
3939
'autoprefixer': '6.7.7',
40-
'vue-template-compiler': '2.5.8',
40+
'vue-template-compiler': '2.5.13',
4141
'vue-template-es2015-compiler': '1.6.0',
4242
'parse5': '3.0.2',
4343
'colors': '1.1.2',

packages/vue-i18n-ui/CHANGELOG.md

-5
This file was deleted.

packages/vue-i18n-ui/README.md

-76
This file was deleted.

packages/vue-i18n-ui/client/LangSelectItem.vue

-36
This file was deleted.

0 commit comments

Comments
 (0)