bulma : Modern CSS framework based on Flexbox. You can installing bulma npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install bulma $ sudo npm install -g bulma
If want to update the bulma package execute the command as below,
$ sudo npm update bulma
Update package globally,
$ npm install -g bulma
$ sudo git clone https://github.com/rektide/bulma.git
$ sudo npm install -g ./bulma
bulma@0.6.1 /usr/lib/node_modules/bulma
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bulma
Package Name | bulma |
Version | 0.6.1 |
Description | Modern CSS framework based on Flexbox |
Released Date | 2017-11-06T13:27:25.375Z |
Published by | jgthms |
How to Learn | https://www.npmjs.com/package/bulma/tutorial |