Skip to content

Commit 99a4a82

Browse files
author
huangshuwei
committed
Add Build Status
1 parent f32ad69 commit 99a4a82

File tree

2 files changed

+23
-24
lines changed

2 files changed

+23
-24
lines changed

README-CN.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
[![npm](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/gBm3k6r)
22
[![npm](https://img.shields.io/npm/v/vue-easytable.svg)](https://www.npmjs.com/package/vue-easytable)
33
[![npm](https://img.shields.io/npm/l/vue-easytable.svg?maxAge=2592000)](http://www.opensource.org/licenses/mit-license.php)
4+
[![Build Status](https://travis-ci.com/huangshuwei/vue-easytable.svg?branch=master)](https://travis-ci.com/huangshuwei/vue-easytable)
45

56
# vue-easytable
67

8+
[English](./README.md) | **中文**
9+
710
## Introduction
11+
812
一个基于 Vue2.x 的表格组件
13+
914
## 特点
1015

1116
- 使用简单
1217
- 功能强大
1318
- 单元测试覆盖率大于 80%
1419

1520
## API & Examples
21+
1622
[官方文档](http://doc.huangsw.com/vue-easytable)
1723

1824
## Supports
@@ -38,29 +44,24 @@
3844
- [x] 分页
3945
- [x] 虚拟滚动
4046
- [x] 自定义事件
41-
- [x] 内置loading
47+
- [x] 内置 loading
4248

4349
## 支持环境
4450

45-
- 现代浏览器和 IE10及以上
46-
47-
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera |
48-
| --- | --- | --- | --- | --- |
49-
| IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
51+
- 现代浏览器和 IE10 及以上
5052

53+
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera |
54+
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
55+
| IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
5156

5257
## 如何贡献
5358

5459
如果你希望参与贡献,欢迎 [Pull Request](https://github.com/huangshuwei/vue-easytable/pulls)
5560

56-
## Discussion 讨论组
61+
## Discussion 讨论组
5762

5863
[加入 Discord 讨论](https://discord.gg/gBm3k6r)
5964

6065
## License
61-
http://www.opensource.org/licenses/mit-license.php
62-
63-
64-
65-
6666

67+
http://www.opensource.org/licenses/mit-license.php

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[![npm](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/gBm3k6r)
22
[![npm](https://img.shields.io/npm/v/vue-easytable.svg)](https://www.npmjs.com/package/vue-easytable)
33
[![npm](https://img.shields.io/npm/l/vue-easytable.svg?maxAge=2592000)](http://www.opensource.org/licenses/mit-license.php)
4+
[![Build Status](https://travis-ci.com/huangshuwei/vue-easytable.svg?branch=master)](https://travis-ci.com/huangshuwei/vue-easytable)
45

56
# vue-easytable
67

7-
[切换中文](https://github.com/huangshuwei/vue-easytable/blob/dev/README-CN.md)
8-
8+
**English** | [中文](./README-CN.md)
99

1010
## Introduction
11+
1112
Based on vue2.x flexible table components.
1213

1314
## Features
@@ -17,6 +18,7 @@ Based on vue2.x flexible table components.
1718
- Unit test coverage greater than 80%
1819

1920
## API & Examples
21+
2022
[Official documents](http://doc.huangsw.com/vue-easytable)
2123

2224
## Supports
@@ -48,22 +50,18 @@ Based on vue2.x flexible table components.
4850

4951
- Modern browser and ie10 and above
5052

51-
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera |
52-
| --- | --- | --- | --- | --- |
53-
| IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
54-
53+
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera |
54+
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
55+
| IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
5556

5657
## How to contribute
5758

5859
If you want to contribute,just create a [Pull Request](https://github.com/huangshuwei/vue-easytable/pulls)
59-
## Discussion group
60+
61+
## Discussion group
6062

6163
[Join in Discord Chat Room](https://discord.gg/gBm3k6r)
6264

6365
## License
64-
http://www.opensource.org/licenses/mit-license.php
65-
66-
67-
68-
6966

67+
http://www.opensource.org/licenses/mit-license.php

0 commit comments

Comments
 (0)