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
It's CSS only.
Bulma is a CSS framework.
So you can add it just in your index.html like a normal css link:
index.html