From 876f6197a1c86f0d372c6d25979d9923435569da Mon Sep 17 00:00:00 2001 From: plazarev Date: Tue, 15 Sep 2020 18:33:42 +0300 Subject: [PATCH 1/4] Update README.md --- README.md | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8d0ad09..830a84a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,13 @@ # DHTMLX Pivot + Vue -### How to run +[![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/) + +From this file you'll know how to use DHTMLX [JavaScript pivot table](https://dhtmlx.com/docs/products/dhtmlxPivot/) with Vue.js. + +[![dhx-pivot](https://raw.githubusercontent.com/plazarev/media/master/dhx-pivot.png)](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--initialization) + +## How to run - Run `npm install` - Run `npm run storybook` in the project directory - Open [http://localhost:6006](http://localhost:6006) to view it in the browser. @@ -14,20 +20,9 @@ ## Useful links - [Online documentation](https://docs.dhtmlx.com/pivot/index.html) +- [DHTMLX Pivot product page](https://dhtmlx.com/docs/products/dhtmlxPivot/) - [Support forum](https://forum.dhtmlx.com/c/widgets/pivot) -## Follow us - -Star our GitHub repo :star: - -Watch our tutorials on [YouTube](https://www.youtube.com/user/dhtmlx/videos) :eyes: - -Read us on [Medium](https://medium.com/@dhtmlx) :newspaper: - -Follow us on [Twitter](https://twitter.com/dhtmlx) :feet: - -Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup: - ## Live demos - [Initialization](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--initialization) @@ -40,3 +35,16 @@ Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup: - [Footer](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--footer) - [Events](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--events) - [Grid Events](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--grid-events) + + +## Follow us + +Star our GitHub repo :star: + +Watch our tutorials on [YouTube](https://www.youtube.com/user/dhtmlx/videos) :eyes: + +Read us on [Medium](https://medium.com/@dhtmlx) :newspaper: + +Follow us on [Twitter](https://twitter.com/dhtmlx) :feet: + +Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup: From 745426351bf23a419f709fbe4c86d7915619a9c6 Mon Sep 17 00:00:00 2001 From: plazarev Date: Tue, 15 Sep 2020 18:54:09 +0300 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 830a84a..eb15438 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ From this file you'll know how to use DHTMLX [JavaScript pivot table](https://dhtmlx.com/docs/products/dhtmlxPivot/) with Vue.js. -[![dhx-pivot](https://raw.githubusercontent.com/plazarev/media/master/dhx-pivot.png)](https://dhtmlx.github.io/angular-pivot-demo/?path=/story/pivot--initialization) +[![dhx-pivot](https://raw.githubusercontent.com/plazarev/media/master/dhx-pivot.png)](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--initialization) ## How to run - Run `npm install` From d1fbdce3aeabca1eaf467b933ca8ab5b833be33d Mon Sep 17 00:00:00 2001 From: plazarev Date: Wed, 16 Sep 2020 11:41:50 +0300 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb15438..08aac3e 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ From this file you'll know how to use DHTMLX [JavaScript pivot table](https://dh ## Useful links +- [Download DHTMLX Pivot widget](https://dhtmlx.com/docs/products/dhtmlxPivot/download.shtml) - [Online documentation](https://docs.dhtmlx.com/pivot/index.html) -- [DHTMLX Pivot product page](https://dhtmlx.com/docs/products/dhtmlxPivot/) - [Support forum](https://forum.dhtmlx.com/c/widgets/pivot) ## Live demos From af57784d7d606c02d1581c480c025a1d55312fa1 Mon Sep 17 00:00:00 2001 From: plazarev Date: Wed, 16 Sep 2020 13:22:42 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 08aac3e..32ffd57 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,6 @@ From this file you'll know how to use DHTMLX [JavaScript pivot table](https://dh - Run `npm run storybook` in the project directory - Open [http://localhost:6006](http://localhost:6006) to view it in the browser. -## Useful links - -- [Download DHTMLX Pivot widget](https://dhtmlx.com/docs/products/dhtmlxPivot/download.shtml) -- [Online documentation](https://docs.dhtmlx.com/pivot/index.html) -- [Support forum](https://forum.dhtmlx.com/c/widgets/pivot) - ## Live demos - [Initialization](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--initialization) @@ -36,6 +30,11 @@ From this file you'll know how to use DHTMLX [JavaScript pivot table](https://dh - [Events](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--events) - [Grid Events](https://dhtmlx.github.io/vue-pivot-demo/?path=/story/pivot--grid-events) +## Useful links + +- [Download DHTMLX Pivot widget](https://dhtmlx.com/docs/products/dhtmlxPivot/download.shtml) +- [Online documentation](https://docs.dhtmlx.com/pivot/index.html) +- [Support forum](https://forum.dhtmlx.com/c/widgets/pivot) ## Follow us