게시판
      
상위분류 : 잡필방 중위분류 : 서류가방 하위분류 : 전산과 컴퓨터
작성자 : 문시형 작성일 : 2021-05-19 조회수 : 3,120
제 목 : Brazor 클라이언트 쪽 라이브러리 관리

{ "version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{ "library": "jquery@3.3.1",
"files": [ "jquery.min.js",
"jquery.js", "jquery.min.map" ],
"destination": "wwwroot/lib/jquery/" },
{ "provider": "unpkg",
"library": "bootstrap@4.1.3",
"destination": "wwwroot/lib/bootstrap/" },
{ "provider": "filesystem",
"library": "C:\\temp\\lodash\\",
"files": [ "lodash.js", "lodash.min.js" ],
"destination": "wwwroot/lib/lodash/" }
]
}

| | 목록으로