AbanteCart Community

Shopping Cart Operations => Support => Topic started by: diseño web Mall on December 06, 2021, 11:18:26 AM

Title: Integrating to vue js?
Post by: diseño web Mall on December 06, 2021, 11:18:26 AM
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
Title: Re: Integrating to vue js?
Post by: dvagner on December 07, 2021, 02:23:08 AM
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
Title: Re: Integrating to vue js?
Post by: diseño web Mall on December 13, 2021, 04:33:36 PM
Thanks, but I would use jquery but I would give a try.