Skip to content

Commit a153d4a

Browse files
authored
Merge pull request #133 from opencollective/opencollective
Activating Open Collective
2 parents 481cdef + b3d781d commit a153d4a

File tree

2 files changed

+42
-5
lines changed

2 files changed

+42
-5
lines changed

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ An out-of-box UI solution for enterprise applications as a Vue boilerplate. base
88

99
<div align="center">
1010

11-
[![License](https://img.shields.io/npm/l/package.json.svg?style=flat)](https://github.com/sendya/ant-design-pro-vue/blob/master/LICENSE)
11+
[![Backers on Open Collective](https://opencollective.com/ant-design-pro-vue/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/ant-design-pro-vue/sponsors/badge.svg)](#sponsors) [![License](https://img.shields.io/npm/l/package.json.svg?style=flat)](https://github.com/sendya/ant-design-pro-vue/blob/master/LICENSE)
1212
[![Release](https://img.shields.io/github/release/sendya/ant-design-pro-vue.svg?style=flat)](https://github.com/sendya/ant-design-pro-vue/releases/latest)
1313
[![Travis branch](https://travis-ci.org/sendya/ant-design-pro-vue.svg?branch=master)](https://travis-ci.org/sendya/ant-design-pro-vue)
1414
[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors)
@@ -156,3 +156,33 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/all-contri
156156
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
157157
[<img src="https://avatars0.githubusercontent.com/u/22741147?v=4" width="100px;" alt="Saraka"/><br /><sub><b>Saraka</b></sub>](https://github.com/saraka-tsukai)<br />[💻](https://github.com/sendya/ant-design-pro-vue/commits?author=saraka-tsukai "Code") [🔧](https://github.com/sendya/ant-design-pro-vue) | [<img src="https://avatars0.githubusercontent.com/u/1051992?v=4" width="100px;" alt="since2006"/><br /><sub><b>since2006</b></sub>](https://github.com/since2006)<br />[💻](https://github.com/sendya/ant-design-pro-vue/commits?author=since2006 "Code") | [<img src="https://avatars0.githubusercontent.com/u/26241263?v=4" width="100px;" alt="yihuishou"/><br /><sub><b>挥手的骑士</b></sub>](https://github.com/yihuishou)<br />[💻](https://github.com/sendya/ant-design-pro-vue/commits?author=yihuishou "Code") |
158158
<!-- ALL-CONTRIBUTORS-LIST:END -->
159+
160+
## Contributors
161+
162+
This project exists thanks to all the people who contribute.
163+
<a href="https://github.com/sendya/ant-design-pro-vue/graphs/contributors"><img src="https://opencollective.com/ant-design-pro-vue/contributors.svg?width=890&button=false" /></a>
164+
165+
166+
## Backers
167+
168+
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/ant-design-pro-vue#backer)]
169+
170+
<a href="https://opencollective.com/ant-design-pro-vue#backers" target="_blank"><img src="https://opencollective.com/ant-design-pro-vue/backers.svg?width=890"></a>
171+
172+
173+
## Sponsors
174+
175+
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/ant-design-pro-vue#sponsor)]
176+
177+
<a href="https://opencollective.com/ant-design-pro-vue/sponsor/0/website" target="_blank"><img src="https://opencollective.com/ant-design-pro-vue/sponsor/0/avatar.svg"></a>
178+
<a href="https://opencollective.com/ant-design-pro-vue/sponsor/1/website" target="_blank"><img src="https://opencollective.com/ant-design-pro-vue/sponsor/1/avatar.svg"></a>
179+
<a href="https://opencollective.com/ant-design-pro-vue/sponsor/2/website" target="_blank"><img src="https://opencollective.com/ant-design-pro-vue/sponsor/2/avatar.svg"></a>
180+
<a href="https://opencollective.com/ant-design-pro-vue/sponsor/3/website" target="_blank"><img src="https://opencollective.com/ant-design-pro-vue/sponsor/3/avatar.svg"></a>
181+
<a href="https://opencollective.com/ant-design-pro-vue/sponsor/4/website" target="_blank"><img src="https://opencollective.com/ant-design-pro-vue/sponsor/4/avatar.svg"></a>
182+
<a href="https://opencollective.com/ant-design-pro-vue/sponsor/5/website" target="_blank"><img src="https://opencollective.com/ant-design-pro-vue/sponsor/5/avatar.svg"></a>
183+
<a href="https://opencollective.com/ant-design-pro-vue/sponsor/6/website" target="_blank"><img src="https://opencollective.com/ant-design-pro-vue/sponsor/6/avatar.svg"></a>
184+
<a href="https://opencollective.com/ant-design-pro-vue/sponsor/7/website" target="_blank"><img src="https://opencollective.com/ant-design-pro-vue/sponsor/7/avatar.svg"></a>
185+
<a href="https://opencollective.com/ant-design-pro-vue/sponsor/8/website" target="_blank"><img src="https://opencollective.com/ant-design-pro-vue/sponsor/8/avatar.svg"></a>
186+
<a href="https://opencollective.com/ant-design-pro-vue/sponsor/9/website" target="_blank"><img src="https://opencollective.com/ant-design-pro-vue/sponsor/9/avatar.svg"></a>
187+
188+

package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"serve": "vue-cli-service serve",
77
"build": "vue-cli-service build",
88
"lint": "vue-cli-service lint",
9-
"test:unit": "vue-cli-service test:unit"
9+
"test:unit": "vue-cli-service test:unit",
10+
"postinstall": "opencollective-postinstall"
1011
},
1112
"dependencies": {
1213
"@antv/data-set": "^0.10.1",
@@ -19,14 +20,16 @@
1920
"md5": "^2.2.1",
2021
"moment": "^2.24.0",
2122
"nprogress": "^0.2.0",
23+
"opencollective-postinstall": "^2.0.2",
2224
"viser-vue": "^2.3.3",
2325
"vue": "^2.5.22",
2426
"vue-clipboard2": "^0.2.1",
2527
"vue-cropper": "0.4.4",
2628
"vue-ls": "^3.2.0",
2729
"vue-router": "^3.0.1",
2830
"vue-svg-component-runtime": "^1.0.1",
29-
"vuex": "^3.1.0"
31+
"vuex": "^3.1.0",
32+
"opencollective": "^1.0.3"
3033
},
3134
"devDependencies": {
3235
"@babel/polyfill": "^7.2.5",
@@ -118,5 +121,9 @@
118121
"> 1%",
119122
"last 2 versions",
120123
"not ie <= 10"
121-
]
122-
}
124+
],
125+
"collective": {
126+
"type": "opencollective",
127+
"url": "https://opencollective.com/ant-design-pro-vue"
128+
}
129+
}

0 commit comments

Comments
 (0)