How to update a Vue 2 project to Vue 3
Posted in Javascript on May 11, 2022
This post discusses how to update a Vue 2 project to Vue 3. It is not a step by step tutorial as there are many out there already.
In this post I will cover the tooling (Vue CLI/Vite), describe my experience using the composition API with the script setup syntax, discuss composables and talk about a new state management tool: Pinia.