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.
tooling articles
Browse categories
Two simple tips to improve Vue.js performance and SEO
Posted 04/01/2021
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.
Fix 404 errors with Vue.js apps on Netlify
Posted 19/11/2020
If you've deploy a Vue.js app application to Netlify, chances are you've seen its 404 error page. This usually happens when you're app uses Vue Router in history mode. The fix is pretty simple and it just involves one line of code!
AWS architecture for a SaaS
Posted 20/10/2020
I recently build a SaaS project and hosted all its components in AWS. In this article, I'll explain all the AWS services I used and how they are combined.
Basic tips for your first Firebase project
Posted 16/10/2020
I've started a new project that I want to launch in just a few days and I'm using Firebase, taking advantage of its free tier for hosting, cloud functions, authentication and data storage. Here are some tips that ca be helpful if you're starting a new project using Firebase.
Showing 1 to 5 of 11 results