I really like building websites with Vue.js but one of the downsides is the performance is not lightning-fast and SEO is not great. But in order to solve or improve those, there are two things I always do: pre-render all pages I can and use vue-meta to include the correspondent meta-tags.
coding articles
Browse categories
Two simple tips to improve Vue.js performance and SEO
Posted 04/01/2021
Deploy Strapi applications to production
Posted 30/12/2020
I share some tips to deploy Strapi applications to production and guide you step-by-step to deploying a Strapi project to DigitalOcean App Platform
Easily send emails in Strapi with any provider
Posted 27/11/2020
I've been using Strapi for a few months now and, even though it includes a default plugin to send emails out the box, it's not the best option to use in Production. There are multiple plugins for different email providers but in this article, I'll show you how to use a plugin that works with any provider.
How to add Tailwind v2 to a Vue.js 3 project
Posted 24/11/2020
A super straight to the point guide about how to setup a Vue 3 project with the recently released TailwindCSS v2.
Firestore pagination with Vuexfire
Posted 16/11/2020
Vuexfire is great to bind a Firestore query to your state and keep it in sync but the moment you try to add the Firestore pagination methods like startAfter to your query, things start to fall apart. I explain you how to create a load more pagination using Vuexfire and a few custom mutations.
Showing 1 to 5 of 28 results