ASP.NET Core MVC 2.0 Cookbook
上QQ阅读APP看书,第一时间看更新

Getting ready

The installation of Visual Studio 2015 Community Edition includes the installation of Node.js, which is the IDE we will use during the processes described in this book. If, for some reason, Node.js is not installed with Visual Studio 2015, we can install it by going to the Node.js download page at https://nodejs.org/en/download/. The npm will be installed with Node.js:

We can see from the preceding screenshot that installing Node.js also installs npm.