Skip to content

Commit 5492adf

Browse files
authored
Update README.md
1 parent 979e6b5 commit 5492adf

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
# getting-started-with-the-vue-dropdown-menu-component
2-
A quick start Vue project that shows how to add the Vue Dropdown Menu component to a Vue application. It shows how to add separators and display icons in the Dropdown Menu. It also shows how to navigate to the other web page when an action item is clicked.
1+
# Getting Started with the Vue Dropdown Menu Component
2+
A quick start Vue project that shows how to add the Vue Dropdown Menu component to a Vue application. It shows how to add separators and display icons in the Dropdown Menu. It also shows how to navigate to the other web page when an action item is clicked.
3+
4+
Refer to the following documentation to learn about the Vue Dropdown Menu component:
5+
https://ej2.syncfusion.com/vue/documentation/drop-down-button/vue-3-getting-started
6+
7+
Check out this online example of the Vue Dropdown Menu Component:
8+
https://ej2.syncfusion.com/vue/demos/#/material3/button/dropdown-button.html
9+
10+
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
11+
12+
### How to run this application?
13+
To run this application, you need to clone the `getting-started-with-the-vue-dropdown-menu-component` repository and then open it in Visual Studio Code. Now, simply install all the necessary vue packages into your current project using the `npm install` command and run your project using the `npm run dev` command.

0 commit comments

Comments
 (0)