This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
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