A quick-start project that helps you to configure the Vue Range Selector component with a few of its basic features like binding data, applying range, changing series type, enabling tooltips, and customizing grid and tick lines.
Example: https://ej2.syncfusion.com/vue/demos/#/bootstrap5/range-navigator/default.html
Documentation: https://ej2.syncfusion.com/vue/documentation/range-navigator/vue-3-getting-started
Make sure that your machine has the following setup before starting to work on this project.
Visual Studio Code
Node.js
Vue
To run this application, you need to first clone the getting-started-with-the-vue-range-selector-component repository and then navigate to its appropriate path where it has been located in your system. To do so, open the command prompt and run the below commands one after the other.
git clone getting-started-with-the-vue-range-selector-component range-selector
cd range-selector
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.
npm install
Run npm run dev
command. Navigate to http://localhost:8080/
. The app will automatically reload if you change any of the source files.