A Vue into 3D – Moving to Vue 3
Just a note about moving to Vue 3 for the remaining chapters of this series.
For chapter one (Vue and A-Frame) of this project, I used Vue 2. In the meantime, I’ve been slowly learning about Vue 3 and there are some new features that I want to explore while working with Babylon JS and Three JS. I’m excited to work with reactivity and ref on Babylon JS objects.
You can find an updated version of the starter project here. This was created with Vue CLI using Vue 3. It contains the same features as the Vue 2 project that I started with.
Another slight change is that I’m not going to use Code Sandbox for chapter 2. This worked great for chapter one, but I’ve run into some issues with it when working with Vue 3. I’ll share links to the code on GitHub for each subsequent post.