Can I use external javascript libraries?

Can I use JQuery libraries or others like sending SMS or creating clickable tags from database ?

@William yes infact very easy

1 Like

how for example include JQuery ? I only found this in the documentation

@William just use vue js…in the example you shared , those are called lifecycle hooks.its just like page events but for the front end…

You could write your js in the front end part there for actions you may need to perform

1 Like

I dont know vue is there any code example for JQuery ?

@William whichever library you wish to use you can INSTALL IT WITH NPM IN THE FRONTEND FOLDER THE IMPORT IT INTO YOUR PROJECT