Skip to content

Commit dcbe521

Browse files
committed
Merge branch 'feature/docs'
2 parents 07d4e59 + cc46bda commit dcbe521

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Vue Data Grid
22

3-
> An example that complex table interaction in Vue.js, which is rebounded the design by [Virgil Pana](https://dribbble.com/shots/1903644-Data-Grid)
3+
> An example([live demo](https://lucienlee.github.io/vue-data-grid/)) that complex table interaction in Vue.js, which is rebounded the design by [Virgil Pana](https://dribbble.com/shots/1903644-Data-Grid)
4+
5+
![demo](http://i.imgur.com/GqZSw4u.gif)
6+
7+
See full interaction [video](https://vimeo.com/208192639)
48

59
## Build Setup
610

@@ -17,7 +21,7 @@ yarn run build
1721
# build for production and view the bundle analyzer report
1822
yarn run build --report
1923

20-
# deploy to gh-pages
24+
# deploy bundled files to gh-pages
2125
yarn run deploy
2226
```
2327

@@ -32,3 +36,7 @@ yarn run deploy
3236
- Cells have more menus or details, such as adding google map query links automatically
3337
- Sort data by ascending or descending and filter data by range, whose bounds are calculated by data automatically
3438
- Select columns to show by opening context menu with right click on header
39+
40+
## Acknowledgement
41+
- [Virgil Pana](https://dribbble.com/virgilpana), who designed the interaction first.
42+
- The song played in crafting, 那我懂你意思了 - [沒有人在乎你在乎的事](https://www.youtube.com/watch?v=UX2uQyHaCUk)

0 commit comments

Comments
 (0)