From e301b9c304e6d5aa0cd7a94c3019204fd5e7ac42 Mon Sep 17 00:00:00 2001 From: vinoth-Kumar-S Date: Tue, 14 Jan 2020 14:45:42 +0530 Subject: [PATCH] Grouping README.md file changes --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ca20765..d708e53 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Deep dive into Grouping and Aggregates in the Vue Grid +# Deep Dive into Grouping and Aggregates in the Vue Grid -A quick start project that helps you to enable grouping in the Vue Grid and apply grouping on initial loading. This project contains code snippet to work with built-in and custom aggregates in the Grid, along with group and caption aggregates. +A quick-start project that helps you enable grouping in the Vue Grid and apply grouping on initial loading. This project contains code snippets to work with built-in and custom aggregates in the Grid, along with group and caption aggregates. Documentation: @@ -8,20 +8,19 @@ Grouping: https://ej2.syncfusion.com/vue/documentation/grid/grouping/ Aggregates: https://ej2.syncfusion.com/vue/documentation/grid/aggregates/ - Online Examples: Grouping: https://ej2.syncfusion.com/demos/#/material/grid/grouping.html Aggregates: https://ej2.syncfusion.com/demos/#/material/grid/aggregate-default.html -## Project pre-requisites +## Project prerequisites -Make sure that you have the compatible versions of Node and Vue-Cli in your machine before starting to work on this project. +Make sure that you have the compatible versions of Node and Vue CLI in your machine before starting to work on this project. -## How to run this application? +## How to run this application -To run this application, you need to first clone the `deep-dive-into-grouping-and-aggregates-in-the-vue-grid` repository and then navigate to its appropriate path where it has been located in your system. +To run this application, you need to first clone the `deep-dive-into-grouping-and-aggregates-in-the-vue-grid` repository and then navigate to the path where it is located in your system. To do so, open the command prompt and run the below commands one after the other. @@ -32,7 +31,7 @@ cd grid-example ## Installation -Once done with downloading, you need to install the packages required to run this application locally. To do so, run the following command: +After downloading, you need to install the packages required to run this application locally. To do so, run the following command: ``` npm install @@ -40,8 +39,8 @@ npm install ## Running on development server -Run `npm run serve` command for a dev server. Navigate to `http://localhost:8080/`. The app will automatically reload if you change any of the source files. +Run the `npm run serve` command for a dev server. Navigate to `http://localhost:8080/`. The app will automatically reload if you change any of the source files. ## Further help -To get more help on the vue CLI use go check out the [Vue-Cli README](https://github.com/vuejs/vue-cli/blob/master/README.md). +To get more help on the Vue CLI, check out the [Vue-Cli README] (https://github.com/vuejs/vue-cli/blob/master/README.md).