To run this project locally, first clone the repository locally and then run the following command:
npm install
After running the above command to install the node modules, in order to run the app locally on your development server, run the following command:
npm run serve
To test and see how the app performs for production, run:
npm run build
This app has a couple of dependencies for development and they include the following:
- Axios: Used for making the API call to the endpoint to get the chart data
- Vuetify: Used for rapid styling and general layout of the app
- ChartJs: Chart library used for displaying and visualizing the various chart data
- GSAP: Lightweight animation library used for implementing the drag feature of the charts