|
1 | | -# getting-started-with-the-vue-range-slider-component |
2 | | -A quick start Vue project that shows how to create a Vue application and add the Syncfusion Vue Range Slider component to it. It includes a code snippet for some of its basic features like changing the type and format, showing ticks, limits and a tooltip. It also includes a code snippet for customizing the CSS styles of the slider. |
| 1 | +# Getting Started with the Vue Range Slider Component |
| 2 | +A quick start Vue project that shows how to create a Vue application and add the Syncfusion Vue Range Slider component to it. It includes a code snippet for some of its basic features like changing the type and format, showing ticks, limits and a tooltip. It also includes a code snippet for customizing the CSS styles of the slider. |
| 3 | + |
| 4 | +Refer to the following documentation to learn about the Vue Range Slider component: |
| 5 | +https://ej2.syncfusion.com/vue/documentation/range-slider/vue-3-getting-started |
| 6 | + |
| 7 | +Check out this online example of the Vue Range Slider Component: |
| 8 | +https://ej2.syncfusion.com/vue/demos/#/material3/range-slider/default.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-range-slider-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