dev/vue.js
vue.js 부트스트랩 설치
dev_0hoon
2024. 5. 6. 14:18
일단 설치 명령어는 언제든 바뀔 수 있다. 홈페이지를 확인하자
Bootstrap
Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins.
getbootstrap.com
2024/05/06 일자 명령어
npm i bootstrap@5.3.3
main.js 위에 해당 import
import 'bootstrap'
import 'bootstrap/dist/css/bootstrap.min.css'