Download bulma-start 0.0.3 (.zip), rename to your project's name (i.e. my-new-bulma-site
) and:
Bulma start
A tiny npm package to get started
bulma-start
is a tiny npm package that includes the npm
dependencies you need to build your own website with Bulma.
Install #
What’s included #
The npm
dependencies included in package.json
are:
bulma
node-sass
to compile your own Sass filepostcss-cli
andautoprefixer
to add support for older browsersbabel-cli
,babel-preset-env
andbabel-preset-es2015-ie
for compiling ES6 JavaScript files
Apart from package.json
, the following files are included:
This page is open source.
Noticed a typo? Or something unclear?
Improve this page on GitHub