This lesson is for members. Join us?
Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.
Preparing your environment
In this episode, our main focus will be setting up the development environment for our game using Vite, Vue, TypeScript, and Vue-Test-Utils. This will lay the foundation we’ll need to start exploring Test Driven Development in practice.
We’ll have everything ready to go for our Wordle clone!
If you want to skip this lesson, the project can be downloaded/cloned here.
Links
- Git Diff for Episode 3
- Start lesson from code in this Git Commit
- Vite
- Vue Test Utils
- Using VS Code for vue: VSCode + Volar (disable Vetur if installed) + Typescript Vue Volar
- Configuring VS Code for Vitest (Direct link to plugin)
- Refactoring code in VS Code
- Chapter 1
