Quasar Apexcharts V2 (quasar-apexcharts)
This repository aims to exemplify the integration of the quasar v2 framework (with Vue 3) and the Apexcharts library.
Demo Online: https://quasar-apexcharts.netlify.app/#/
Install the dependencies
yarn
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Lint the files
yarn run lint
Build the app for production
quasar build