Skip to content

Commit 56b58a8

Browse files
committed
doc(readme): update readme
1 parent 19dd253 commit 56b58a8

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# vue-block
22

3-
> Helping you build css grid like layout system with the support of old browser like IE9.
3+
> A Vue plugin helping you build **CSS grid like layout system** with the support of old browser like IE9.
4+
5+
## Feature
6+
7+
**vue-block** can provide you:
8+
9+
- CSS grid like layout system.
10+
- Really easy to use [API](.#api), especially for new Vue beginner.
11+
- Support IE9+ and other modern browser which support [CSS calc](http://caniuse.com/#search=calc).
12+
- [Functional component](https://vuejs.org/v2/guide/render-function.html#Functional-Components), which is statueless and instanceless.
413

514
## Install
615

@@ -91,10 +100,6 @@ For Example:
91100

92101
```
93102

94-
## Browser support
95-
96-
IE9 and other modern browser which support [CSS calc](http://caniuse.com/#search=calc).
97-
98103
## Build Setup
99104

100105
``` bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-block",
33
"version": "1.0.0",
4-
"description": "Helping you build css grid like layout system.",
4+
"description": "A Vue plugin helping you build **CSS grid like layout system** with the support of old browser like IE9.",
55
"author": "zmmbreeze <[email protected]>",
66
"keywords": ["Vue", "component", "css grid", "grid", "css", "layout"],
77
"main": "dist/block.js",

0 commit comments

Comments
 (0)