After installing bulma through NPM, how can I refer it in my project

前端 未结 7 1818
北荒
北荒 2021-02-02 06:15

I have pulled in bulma in my project through :

$ npm install bulma

After that, how can I refer to it in my pages. I really don\'t know how to

7条回答
  •  渐次进展
    2021-02-02 06:43

    It's CSS only.

    Bulma is a CSS framework.

    So you can add it just in your index.html like a normal css link:

    
                                                            
提交回复
热议问题