-
Book Overview & Buying
-
Table Of Contents
Modern Full-Stack Web Development with ASP.NET Core
By :
As mentioned in the previous chapter, to effectively use Vue.js, you need Node.js installed on your machine, as it provides the runtime environment to execute and run your applications. Node.js is also required for package management. Along with Node.js, you need npm (Node Package Manager) or Yarn installed, which are tools for managing dependencies and packages required to develop your applications locally. The most recent versions of these tools are sufficient to get you ready for the practical examples in this chapter, assuming you have already installed VS Code, which was required in the previous chapters of this book.
The code files required for you to follow along with this chapter can be found at: https://github.com/PacktPublishing/Modern-Full-Stack-Web-Development-with-ASP.NET-Core/tree/main/Chapter11