How to add wordpress to nuxtjs in a subpage

142 Views Asked by At

I have project in nuxtjs 2 and it’s deployed on vercel. I have also a web server where I use for wordpress site. Is it possible to add wordpress woocommerce store to nuxtjs. I mean I want on my main website on nuxt I wanna have path like example.com/shop and on that path I want have my woocommerce shop. How can I do it in nuxt. Is anyone can help me

I heard that in wordpress you can set a path where it should be shown.

1

There are 1 best solutions below

0
Jure Topolak On

You can show your products from WooCommerce in your Nuxt app by getting the products over a WooCommerce REST API:

Or over a GraphQL endpoint using this extension:

You might also want to check out this project https://woonuxt.com/