Sample Vue3 application using Vuetify framework other libraries. Other plugins & libraries used are:
- chart.js
- vue-chartkick
- vue-multiselect
- @cubejs-client/core
- @cubejs-client/vue3
- vue core
- vue-router
- vuetify
- npm
created using node version 18.16.0 nd npm 9.5.1
- clone the repository in you local and run the below command
# install dependencies
npm install
# to run in development mode
npm run dev
# to build application
npm run build
## Customize configuration
See [Configuration Reference](https://vitejs.dev/config/).