Lately I created a ASP.NET MVC Core project from scratch using Visual Studio 2017 (15.6.3). I discovered the usual JavaScript frameworks:
The solution is to do the following:
Tools - Extensions and Updates
from the main menuOnline
on the left menu and type package
in the Search box. Download the Package Installer
Project - Quick Install Package
from the menunpm
and type upgrade -g bower
in the fieldbower.json
file manually as follows:
bower.json
{"name": "myproject"}
.bowerrc
.bowerrc
file and type the following: {
"directory": "wwwroot / lib /",
"registry": "https://registry.bower.io"
}
bower.json
file and select the Manage Bower Package
option.mustache.js
and installThat is all!