I want to edit mini-cart.vue
-
I want to edit this file.
/opt/lampp/htdocs/zepomart/packages/Webkul/Velocity/src/Resources/assets/js/UI/components/mini-cart.vue
Give me steps.
-
Hi @sumerpal
You should have npm installed on your system to edit the component.
Go to the specific package and run
npm run watch
. And then edit the file you will see your changes.