Changes in vue files not taking effect.
-
Hi all, after edited my vue files and run npm run watch, the change did not take effect. I'm using bagisto pwa.. Thanks
-
Hi.
- First of all you have to install node modules inside folder packages -> Webkul -> PWA.
- Now run this command "npm run watch".
- Now go to packages -> Webkul -> PWA -> src -> Resources -> assets -> js -> components.
- Now make your changes in respective components.
- After making your UI changes run "npm run prod"
Your changes in PWA will be saved.