Bootstrap install + Setting (최신 버전)
·
즐거운 웹 개발/Setting
공식 문서 참고!! 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 1. 설치 yarn add bootstrap@5.2.3 yarn이 에러가 덜 난다 원하는 버전 설치 2. main.js에 추가 import 'bootstrap' import 'bootstrap/dist/css/bootstrap.min.css' 3. 오류나는 경우 Module not found: Error: Can't resolve '@popperjs/core' (이런 오류..