how can I install package to the wwwroot in mvc core 2

别等时光非礼了梦想. 提交于 2019-12-24 01:18:57

问题


Recently I Installed the VS 2017 Which Contains Asp.net mvc core 2

but there is a very confusion problems there!

that is how can i Install a new package into the wwwroot so:

_ Im using bower but supporting is end of and can not find out bower.json in the project>> new item after config it using npm . I installed it using npm but still can not find( .bowerrc file under bower.json.) to set the directory:

So-called valid document

_with gulp and grunt : end of supporting gulp too and can not find gulpfile.js in the project>>new Item after configure it using npm

please heeeeeeeeeeeeeeeelp me


回答1:


You can use Library Manager:

Library Manager (“LibMan” for short) is Visual Studio’s experimental client-side library acquisition tool. It provides a lightweight, simple mechanism that helps users find and fetch library files from an external source (such as CDNJS) and place them in your project.



来源:https://stackoverflow.com/questions/50824553/how-can-i-install-package-to-the-wwwroot-in-mvc-core-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!