Skip to content

Commit 45928ff

Browse files
author
wuchao
committed
发布v1.0.1
1 parent d1ec880 commit 45928ff

File tree

4 files changed

+18
-30
lines changed

4 files changed

+18
-30
lines changed

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
[![npm](https://img.shields.io/npm/v/vue-easytable.svg)](https://www.npmjs.com/package/vue-easytable)
1+
[![npm](https://img.shields.io/badge/npm-v1.0.1-blue)](https://www.npmjs.com/package/@wchbrad/vue-easytree)
22
[![vue2](https://img.shields.io/badge/vue-2.6+-brightgreen.svg)](https://vuejs.org/)
3-
[![NPM downloads](https://img.shields.io/npm/dm/vue-easytable.svg?style=flat)](https://npmjs.org/package/vue-easytable)
4-
[![codecov](https://codecov.io/gh/Happy-Coding-Clans/vue-easytable/branch/master/graph/badge.svg?token=UJy3LHInUn)](https://codecov.io/gh/Happy-Coding-Clans/vue-easytable)
3+
[![last commit](https://img.shields.io/badge/last--commit-today-green)](https://www.npmjs.com/package/@wchbrad/vue-easytree)
54
[![license](https://img.shields.io/npm/l/vue-easytable.svg?maxAge=2592000)](http://www.opensource.org/licenses/mit-license.php)
6-
[![Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/gBm3k6r)
7-
[![Gitter](https://badges.gitter.im/vue-easytable/community.svg)](https://gitter.im/vue-easytable/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
85

96
# vue-easytree
107

@@ -15,7 +12,7 @@ A tree component based on vue2.x that supports a small amount of data or a large
1512

1613
Based on the tree style and function extracted from [element-ui](https://element.eleme.cn/#/en-US/component/tree)(License:MIT), combined with [vue-virtual-scroller](https://github.com/Akryum/vue-virtual-scroller)(License:MIT) tree component.
1714

18-
## v1.0.0 Feature List[![npm](https://img.shields.io/npm/v/vue-easytable.svg)](https://www.npmjs.com/package/vue-easytable )
15+
## v1.0 Feature List [![npm](https://img.shields.io/badge/npm-v1.0.1-blue)](https://www.npmjs.com/package/@wchbrad/vue-easytree)
1916

2017
- Large data volume supports virtual scrolling
2118
- Display of basic tree data
@@ -34,9 +31,6 @@ Based on the tree style and function extracted from [element-ui](https://element
3431
- Support virtual scrolling
3532
- Not only supports tree-shaped data display with large amounts of data, but also supports data manipulation and modification
3633

37-
## Demo
38-
39-
xxxxx- need feature demonstration
4034

4135
## Install
4236

README.zh-CN.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
[![npm](https://img.shields.io/npm/v/vue-easytable.svg)](https://www.npmjs.com/package/vue-easytable)
1+
[![npm](https://img.shields.io/badge/npm-v1.0.1-blue)](https://www.npmjs.com/package/@wchbrad/vue-easytree)
22
[![vue2](https://img.shields.io/badge/vue-2.6+-brightgreen.svg)](https://vuejs.org/)
3-
[![NPM downloads](https://img.shields.io/npm/dm/vue-easytable.svg?style=flat)](https://npmjs.org/package/vue-easytable)
4-
[![codecov](https://codecov.io/gh/Happy-Coding-Clans/vue-easytable/branch/master/graph/badge.svg?token=UJy3LHInUn)](https://codecov.io/gh/Happy-Coding-Clans/vue-easytable)
3+
[![last commit](https://img.shields.io/badge/last--commit-today-green)](https://www.npmjs.com/package/@wchbrad/vue-easytree)
54
[![license](https://img.shields.io/npm/l/vue-easytable.svg?maxAge=2592000)](http://www.opensource.org/licenses/mit-license.php)
6-
[![Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/gBm3k6r)
7-
[![Gitter](https://badges.gitter.im/vue-easytable/community.svg)](https://gitter.im/vue-easytable/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
85

96
# vue-easytree
107

@@ -16,7 +13,7 @@
1613

1714
基于[element-ui](https://element.eleme.cn/#/zh-CN/component/tree)(License:MIT)中抽取的tree样式和功能,结合[vue-virtual-scroller](https://github.com/Akryum/vue-virtual-scroller)(License:MIT)所做的树组件。
1815

19-
## v1.0.0 功能列表 [![npm](https://img.shields.io/npm/v/vue-easytable.svg)](https://www.npmjs.com/package/vue-easytable)
16+
## v1.0.0 功能列表 [![npm](https://img.shields.io/badge/npm-v1.0.1-blue)](https://www.npmjs.com/package/@wchbrad/vue-easytree)
2017

2118
- 大数据量支持虚拟滚动
2219
- 基本树形数据的展示
@@ -35,10 +32,6 @@
3532
- 支持虚拟滚动
3633
- 不仅支持大数据量的树形数据展示,还支持数据的操作和更改
3734

38-
## 功能演示
39-
40-
xxxxx-需要功能演示
41-
4235
## 安装
4336

4437
```

dist/vue-easytree.js

-7
This file was deleted.

package.json

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
{
2-
"name": "vue-easytree",
2+
"name": "@wchbrad/vue-easytree",
33
"description": "A Vue.js project",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": "wchbrad <[email protected]>",
66
"license": "MIT",
7-
"private": true,
7+
"private": false,
88
"main": "./dist/vue-easytree.js",
9+
"keywords": ["virtual", "tree", "bigdata", "largedata", "lazy loading", "vue"],
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/wchbrad/vue-easytree.git"
13+
},
14+
"publishConfig": {
15+
"registry": "https://registry.npmjs.org/"
16+
},
917
"scripts": {
1018
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
1119
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
@@ -46,4 +54,4 @@
4654
"webpack-cli": "^3.0.8",
4755
"webpack-dev-server": "^3.1.11"
4856
}
49-
}
57+
}

0 commit comments

Comments
 (0)