Sam's avatar
Level 4

Ecommerce The Right Way :-/

Hi guys,

I've posted this topic under Laravel as it does encompass Laravel.

Basically I have an old monolithic E-commerce website that we are looking to completely rebuild - this includes the front-end. With this in mind, obviously I would love to go ahead and use Vue.js alongside tailwind (my usual stack). My only problem is SEO obviously.

With this in mind I'm kinda stuck on which approach to take, I've narrowed my options to include:

  • Go hybrid and use Laravel routing with on-page components
  • Use VueJS, vue router and laravel and ignore the on-page SEO (could be a massive issue)
  • use VueJS with Nuxt.js or some kind of SSR and Laravel

Any advice, pointers, potential risks?

0 likes
2 replies
wingly's avatar

Nuxt + Laravel is a very valid choice but will require quite a bit of work to transfer the setup there. Inertia now has SSR features and it might be possible to do an incremental transfer and do it page by page. It comes down to your project requirements.

Please or to participate in this conversation.