Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grouping README.md file changes #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
# 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:

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.

Expand All @@ -32,16 +31,16 @@ 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
```

## 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).