【发布时间】:2016-06-02 07:21:53
【问题描述】:
如何从我的 index.html 所在的 wwwroot 访问未包含在 Visual Studio 解决方案文件中的 node_modules 文件夹。该 index.html 文件需要引用 npm 安装的包,如 angular.js。
但是怎么做呢?
我不想将整个 node_modules 文件夹复制到 wwwroot 中。那些不是存放在那里的文件......
我不想在解决方案中包含 node_modules 文件夹,因为这会减慢一切并挂断...
似乎前端开发不属于VS...
【问题讨论】:
标签: npm asp.net-core asp.net-core-mvc node-modules asp.net-core-1.0