Browse Source

docs: add Donation

pull/77/merge
tangjinzhou 6 years ago
parent
commit
834d7fcb5f
  1. 24
      BACKERS.md
  2. 12
      README-zh_CN.md
  3. 11
      README.md
  4. 7
      antd-tools/gulpfile.js

24
BACKERS.md

@ -0,0 +1,24 @@
<h1 align="center">Sponsors &amp; Backers</h1>
<br><br>
<h2 align="center">Sponsors</h2>
<p align="center">
<a href="https://www.patreon.com/tangjinzhou" target="_blank">
虚位以待...
</a>
</p>
<h2 align="center">Backers</h2>
<p align="center">
<a href="https://www.patreon.com/tangjinzhou" target="_blank">
虚位以待...
</a>
</p>
<h2 align="center">支付宝/微信</h2>
### 使用支付宝/微信的赞助的用户,如需要添加名单,赞助后可发github账号到邮箱(415800467@qq.com)
- [fastgoo](https://github.com/fastgoo)

12
README-zh_CN.md

@ -22,6 +22,18 @@ Ant Design 3.X 的 Vue 实现,开发和服务于企业级后台产品。
[README in English](README.md)
## 赞助
vue-antd-ui是一个开源的独立项目,为了项目能够更好的持续的发展,我们期望获得你的支持,你可以通过如下任何一种方式支持我们:
- [Patreon](https://www.patreon.com/tangjinzhou)
- [opencollective](https://opencollective.com/ant-design-278)
- [paypal](https://www.paypal.me/tangjinzhou)
<p align="center">
<img src="https://user-images.githubusercontent.com/6937879/43032487-932a5536-8cea-11e8-9175-9c006e938a82.png">
</p>
## 特性
- 提炼自企业级中后台产品的交互语言和视觉风格。

11
README.md

@ -27,6 +27,17 @@ An enterprise-class UI components based on Ant Design 3.X and Vue.
- A set of high-quality Vue components out of the box.
- Shared [Ant Design of React](https://ant.design/docs/spec/introduce) design resources.
## Donation
vue-antd-ui is an open source independent project. In order to achieve better and sustainable development of the project, we hope to get your support. You can support us in any of the following ways:
- [Patreon](https://www.patreon.com/tangjinzhou)
- [opencollective](https://opencollective.com/ant-design-278)
- [paypal](https://www.paypal.me/tangjinzhou)
<p align="center">
<img src="https://user-images.githubusercontent.com/6937879/43032487-932a5536-8cea-11e8-9175-9c006e938a82.png">
</p>
## Using npm or yarn

7
antd-tools/gulpfile.js

@ -236,9 +236,6 @@ function pub (done) {
}
})
}
// gulp.task('test', () => {
// githubRelease()
// })
gulp.task('dist', ['compile'], (done) => {
dist(done)
@ -265,8 +262,8 @@ gulp.task('pub', ['check-git', 'compile'], (done) => {
})
gulp.task('pub-with-ci', (done) => {
if (process.env.NPM_TOKEN) {
console.log('NPM token found, skip')
if (!process.env.NPM_TOKEN) {
console.log('no NPM token found, skip')
} else {
const github = new GitHub()
github.authenticate({

Loading…
Cancel
Save