I re-built my website recently using @gridsome (Gatsby alternative for Vue). I moved all of my blog content to @contentful and the site is now hosted on @Netlify.
I’ve got to admit, I loved the experience of building this. Gridsome in particular was 👌
gilbitron.me
@Shopify recently went full Headless with the new updates to the Storefront APIs. I made a @gridsome starter template for it and wrote a bit about the new APIs here.
PS: I think the cart API is great! netlify.com/blog/2021/07/19/…
Eu vou programar esse protótipo usando @gridsome, (spoiler: vem curso ae!) gerador de site estático baseado no @vuejs, e vou deixar aberto no github pra quem quiser usar e modificar à vontade e subir seu primeiro site/blog!
Home:
Wow @gridsome is fast! My client just launched their blazing new site. Clocking in at over 2,500 endpoints, it shows that Gridsome isn't just for small sites anymore. Can't wait for version 0.8 and beyond. Keep on building!
#transformationtuesday 🥳 🥰 After & before pics! @JacquiMaxted quickly outgrew their slow generic site built with a site builder. Now their site is faster, prettier & more usable. This #jamstack site is using @gridsome @netlifycms and bookings are powered by @smoobu 🐰 #webdev
Hi everyone, I did a thing. This is a 6 part series that shows you how to create a food ordering e-commerce app using @strapijs@snipcart & @gridsome
Strapi products ✅
Gridsome✅
Vuetify✅
Vee-validate✅
Templates✅
Dynamic routes✅
GraphQL queries✅
Cart & Checkout✅
Deploy✅
📢 PSA: when doing SSR with Vue (@nuxt_js, @gridsome, etc.), always make sure to render the same HTML on server-side and client-side. Use CSS Media Queries for hiding things on different viewports and the <ClientOnly> component for components with no SSR support. #Vue#VueJS