Download bulma-start 0.0.4 (.zip), rename to your project's name (i.e. my-new-bulma-site
) and:
You are viewing the deprecated 0.9.3 version of the website. Click here to view the latest version
The bulma-start
package
A tiny npm package to get started with Bulma
bulma-start
is a tiny npm package that includes the npm
dependencies you need to
build your own website with Bulma.
Download bulma-start 0.0.4 (.zip), rename to your project's name (i.e. my-new-bulma-site
) and:
The npm
dependencies included in package.json
are:
bulma
node-sass
to compile your own Sass file
postcss-cli
and
autoprefixer
to add support for older browsers
babel-cli
,
babel-preset-env
and
babel-preset-es2015-ie
for compiling ES6 JavaScript files
Apart from package.json
, the following files are included: