how to use vue js plugin inside bagisto
-
I am trying to integrate a ready-made available vue js plugin but i could not do this. I tried with adding to packag.json in my package's directory and running npm command but nothing happened.
COuld you please guide me with some link, tutorial or reference to achieve this. -
Hi @samparker ,
did you run run all the npm cmd in you package directory?
If you still facing issue then you should follow the bagisto package UI vue component directory
if you see that package/bagisto/packages/Webkul/Ui/src/Resources/assets/js/components/date.vue
in that package there are many vue component has been used.
Please follow that ,
If you are still facing issue let me know.Thanks
-
Thank for the guidance. I will try to go through UI package once again. Could you please share the npm commands once so that i can make sure am not missing any ?
-