strapi / community-content

Contribute and collaborate on educational content for the Strapi Community
https://strapi.io/write-for-the-community
571 stars 400 forks source link

[TOPIC] Build the same strapi-starter-next-corporate for Nuxt/Vue.JS? #167

Closed biapar closed 3 years ago

biapar commented 4 years ago

Is possible to build the same strapi-starter-next-corporate example for Nuxt/Vue.JS?

Mcastres commented 4 years ago

Hello @biapar, me and @remi2j are currently working on a Gridsome Portfolio and a Nuxt.js E-commerce starter. We want first to provide different type of website before iterating on the stack.

We are looking for people who might be interested by reproducing starter but with their favorite stack

biapar commented 4 years ago

I wish to build a website for a customer with strapi backend and nuxt.js frontend. How to help you?

remidej commented 4 years ago

If it's for a corporate site, I would recommend that you look into our Next starter. You'll see how we structure the data on Strapi, and how to render a dynamic zone on the frontend.

To translate it to a Nuxt app, you can use the Strapi module for Nuxt to query your data, instead of making API calls directly.

elhe26 commented 3 years ago

Hi @remidej. Any updates regarding this topic? our company is going to rebuild the corporate site using nuxt + strapi and we want to know if you guys have this template before we start looking into your Next starter.

remidej commented 3 years ago

Hey @elhe26

We have no short-term plan for a Vue corporate starter, so don't let this hold you back.

But you can still create a Strapi backend that's set up for a corporate site:

# Using Yarn
yarn create strapi-app my-site --template https://github.com/strapi/strapi-template-corporate

# Or using NPM
npx create-strapi-app my-site --template https://github.com/strapi/strapi-template-corporate