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

前端 未结 7 1843
北荒
北荒 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:31

    declaring this in the index.html file worked for me.

    
    

    In React, we have to declare this in the same html file where the root of the app is present.

提交回复
热议问题