Nov 3, 2021Building a Vue browser extension including TailwindWe will create a Setup that will allow us to work on a Browser Extension targeting Chrome & Safari using Vue 3 and Tailwind 2.2+ Install @vue/cli npm install -g @vue/cli # or yarn global add @vue/cli # or volta install @vue/cliVuejs4 min read
Published in Weekly Webtips·Jul 16, 2020Web Vitals, Google Search, the State Vue & Nuxt performance optimization in July 2020As google recently announced their new guidelines for Web Vitals as an update of their existing Lighthouse KPIs, a lot of discussion on how to to optimize against these values has come up. I wanted to document some of the best practices that I ended up using. As a disclaimer…Vuejs17 min read