using bootstrap with vue webapp : How to customise

后端 未结 2 599
终归单人心
终归单人心 2020-12-19 13:38

I am using bootstrap-4 in my Vue webapp, But I am not able to customise this as is explained here.

I have my index.html which uses Bootstrap CDN, li

2条回答
  •  天命终不由人
    2020-12-19 13:54

    I tried following approach which worked:

    • cloned the bootstrap repo
    • modified _custom.scss in this directory.
    • ran npm install
    • ran grunt dist as is in documentation
    • copied generated bootstrap css and js files from here in my index.html

    so my index.html has following:

    
    
    
    
    
    

    As of now, I don't think customising is possible when using CDN link of bootstrap.

提交回复
热议问题