基本配置
node.js安裝
https://nodejs.org/zh-cn/
通過cmd配置npm淘寶路徑鏡像
npm config set registry https://registry.npm.taobao.org
查看設定是否成功
npm config list
npm config get registry //或者直接查看registry屬性
在vs中添加npm工具搜索路徑

配置應用
在asp.net core專案中通過npm引入bootstrap庫

轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/166194.html
標籤:其他
上一篇:【JVM】如何選擇垃圾回收器?
