Skip to content

Commit 7ca2c90

Browse files
authored
Update README.md
1 parent 6c44078 commit 7ca2c90

File tree

1 file changed

+29
-15
lines changed

1 file changed

+29
-15
lines changed

README.md

Lines changed: 29 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,38 @@
1-
# list-box
1+
# How to Group the Vue ListBox Items of Syncfusion
22

3-
## Project setup
4-
```
5-
npm install
6-
```
3+
Learn how easily you can group the items in Vue ListBox of Syncfusion. You will learn how to group the Vue ListBox items. You will also see how to reorder the items in the ListBox as well as how to drag and drop the items between two list boxes.
4+
5+
Documentation Links:
6+
https://ej2.syncfusion.com/vue/documentation/list-box/sorting-and-grouping/#grouping
7+
https://ej2.syncfusion.com/vue/documentation/list-box/drag-and-drop
8+
9+
Demo Link:
10+
https://ej2.syncfusion.com/vue/demos/#/material/list-box/drag-and-drop.html
711

8-
### Compiles and hot-reloads for development
9-
```
10-
npm run serve
11-
```
1212

13-
### Compiles and minifies for production
13+
## Project pre-requisites
14+
Make sure that you have the compatible versions of Node and Vue-Cli in your machine before starting to work on this project.
15+
16+
## How to run this application?
17+
To run this application, you need to first clone the `how-to-group-the-vue-list-box-items` repository and then navigate to its appropriate path where it has been located in your system.
18+
19+
To do so, open the command prompt and run the below commands one after the other.
20+
1421
```
15-
npm run build
22+
git clone https://github.com/SyncfusionExamples/how-to-group-the-vue-list-box-items list-box
23+
cd list-box
1624
```
1725

18-
### Lints and fixes files
26+
## Installing
27+
Once done with downloading, next you need to install the necessary packages required to run this application locally. The `npm install` command will install all the needed Vue packages into your current project and to do so, run the below command.
28+
1929
```
20-
npm run lint
30+
npm install
2131
```
2232

23-
### Customize configuration
24-
See [Configuration Reference](https://cli.vuejs.org/config/).
33+
## Running on development server
34+
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.
35+
36+
## Further help
37+
38+
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).

0 commit comments

Comments
 (0)