본문 바로가기
Back-end/JAVA & Spring

[jsp 초반 세팅] 웹디자인 프레임워크 틀 /부트스트랩 & 제이쿼리

by 꼬바리 2021. 5. 7.

안녕하세요 꼬바리입니다.

 

jsp 초반 세팅 웹 디자인시 가장 많이 사용하는 부트스트랩 과 제이쿼리 세팅입니다.

 

getbootstrap.com/docs/5.0/getting-started/download/

 

Download

Download Bootstrap to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, RubyGems, and more.

getbootstrap.com

부트스트랩 사이트 방문

다운로드 받아서

압축을 풀어주고!

 

bootstrap.min.css

bootstrap.min.js

 

각 css 폴더와 js 폴더에 넣어줍니다.

(기본적 개발 하시는분들은 크게 설명이 필요없겠죠? css와 js 폴더를 어디에 만드시는지)


unpkg.com/popper.js@1.12.9/dist/umd/popper.min.js

pooper.js파일 만들어주고 위에 링크 복사 붙여넣기


jquery.com/download/

 

Download jQuery | jQuery

link Downloading jQuery Compressed and uncompressed copies of jQuery files are available. The uncompressed file is best used during development or debugging; the compressed file saves bandwidth and improves performance in production. You can also download

jquery.com

제이쿼리 사이트 방문

다운받아서 js폴더에 넣어줍니다.

 


제이쿼리js 는 이름변경하셔서 중간 버전 지우시고 jquery.min.js 로 변경 해줍니다.

 

 

초반 세팅 완성!

 

 

728x90
반응형

댓글