PrestaShop / prestafony-project

Some resources to help you migrate PrestaShop to Symfony 3
https://github.com/PrestaShop/prestafony-project/projects/1
11 stars 8 forks source link

JQuery vs Vuejs 2? Explain the Big Picture (frontend side) #4

Closed mickaelandrieu closed 4 years ago

mickaelandrieu commented 6 years ago

We have some pages in Back Office that use Vuejs already, but it was a mistake and the current idea is to migrate "step by step":

  1. old legacy controller => Symfony controller
  2. Smarty => Twig
  3. SPA approach (with REST API from PrestaShop and Vuejs as a JS framework)
PierreRambaud commented 6 years ago

If you like VueJs you can check https://nuxtjs.org/ I'm a huge fan of this framework :)