Use vue custom events to communicate to your parent component from the child
Emit data in Vue.js: custom events
Make sure you have npm
and yarn
on your local machine
yarn
or npm install
to download dependenciesyarn run serve
to build project assets and run it in your browser