Can it be used with Nuxt 3?

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
tuffkidd
Posts: 3
Joined: 08 Jul 2023, 11:14

12 Jul 2023, 09:08

Hello!
I'm planning to purchase Apollo Layout, but I'm currently working on a project based on Nuxt 3.
Can it be used with Nuxt 3?

tugce.kucukoglu
Posts: 560
Joined: 23 Oct 2020, 09:28

17 Jul 2023, 08:31

Hello!

You can use Apollo with Nuxt 3.

tuffkidd
Posts: 3
Joined: 08 Jul 2023, 11:14

21 Jul 2023, 07:30

tugce.kucukoglu wrote:
17 Jul 2023, 08:31
Hello!

You can use Apollo with Nuxt 3.
I got it. thank you.

wirelix
Posts: 2
Joined: 16 Aug 2023, 09:24

24 Aug 2023, 05:54

Can you explain how we can use apollo with nuxt3? it is not for vite.

furkansezis
Posts: 2
Joined: 13 Jun 2023, 13:51

30 Aug 2023, 12:19

Migrating from Apollo in Vite to Nuxt involves a few steps. First, create a new Nuxt 3 project by following Nuxt's installation guide. Then, manually replicate the folders from your Apollo in Vite project to the new Nuxt 3 project, ensuring they are adapted to fit Nuxt 3's structure. Additionally, make sure to add the 'primevue', 'primeflex', and 'primeicons' packages to your project's 'package.json' file, as these are essential dependencies for the PrimeVue components
if you have any further questions or need assistance, we are here to help.

wirelix
Posts: 2
Joined: 16 Aug 2023, 09:24

05 Sep 2023, 16:17

Thanks.

Can you explain how to avoid using the router.options file if possible?

And if SSR is enabled, it will break, like getcomputedstyle() not working. Any hint on best way to proceed?

furkansezis
Posts: 2
Joined: 13 Jun 2023, 13:51

08 Sep 2023, 16:08

wirelix wrote:
05 Sep 2023, 16:17
Thanks.

Can you explain how to avoid using the router.options file if possible?

And if SSR is enabled, it will break, like getcomputedstyle() not working. Any hint on best way to proceed?
Hi,
You can configure routing using Nuxt's built-in pages directory structure. For SSR issues with functions like getComputedStyle(), ensure client-side execution by placing the code within the mounted hook, wrapped in this.$nextTick().

Post Reply

Return to “Apollo - PrimeVue”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 17 guests