To get the most out of this book
The books cover in detail everything related to Vue.js and any additional package that is introduced, but it requires the reader to have a basic understanding of front-end development. Existing knowledge of HTML, CSS and JavaScript is required to make the most out of this book.
Software/hardware covered in the book |
Operating system requirements |
Vue.js 3 |
Windows, macOS, or Linux |
Vite |
Windows, macOS, or Linux |
Crypress |
Windows, macOS, or Linux |
Vitest |
Windows, macOS, or Linux |
Vue DevTools |
Windows, macOS, or Linux |
Vue-router |
Windows, macOS, or Linux |
Pinia |
Windows, macOS, or Linux |
VeeValidate |
Windows, macOS, or Linux |
The book includes all the information required to install and configure the software used during the course of our journey. There are some dependencies that are not introduced in the book but required. The first is Node.js. The application will work with any major version of Node, so you can install the latest stable. The next requirement is an IDE. I will be using Visual Studio Code, but you can use any other IDE.
If you are using the digital version of this book, we advise you to type the code yourself or access the code from the book’s GitHub repository (a link is available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.
The final chapter of the book provides you with guidance on how to continue your journey. I suggest you continue your learning journey to continue to improve your skills in Vue.js.