Hi, is there anyone that has a front end to share made with vue js?
if not, how could the correct aproach be?
Thanks in advace
Yes I have.
Here 2 ways:
1. Import as JS library in template files. See https://vuejs.org/v2/guide/installation.html
2. Build your component and then pack it with webpack (or other tools), and then import it as external script.
Both approaches work and have their pros and cons
Thanks, but I would use jquery but I would give a try.