Recent Topics
Edit Vue.js
-
Hi can I know whether I can edit the card-list.vue file? If it can, mind to share what the step is?
-
Hi @Shirah,
Yeah! You can edit it according to your needs.
Just go to
packages/Velocity
and run the commandnpm run watch
, this will check your changes and will automatically place all your changes to the public path on saving. Once done just run commandnpm run prod
to compile assets and then publish your packages by usingphp artisan vendor:publish --force
.