A barebones example of the svg chart in Vue, bootstrapped with vue-cli.
Clone the repository and run npm install and npm run serve to start the development server.
In addition, the following commads are available:
npm run buildcompiles the code to a bundled js file in the subdirectorydistnpm run lintruns eslint and shows warnings and errorsnpm run testruns the tests with jest