- Download bulma-start {{ page.version }} (.zip), rename to your project's name (i.e. my-new-bulma-site
) and:
+ Download bulma-start {{ page.version }} (.zip), rename to your project's name (i.e. my-new-bulma-site
) and:
diff --git a/docs/bulma-start.html b/docs/bulma-start.html index e8f8e95d..d6b161a0 100644 --- a/docs/bulma-start.html +++ b/docs/bulma-start.html @@ -1,36 +1,51 @@ --- -title: "Bulma start" -fulltitle: "Bulma start: a tiny npm package to get started with Bulma" +title: 'Bulma start' +fulltitle: 'Bulma start: a tiny npm package to get started with Bulma' layout: more route: bulma-start -version: 0.0.3 -download_url: https://github.com/jgthms/bulma-start/releases/download/0.0.3/bulma-start-0.0.3.zip +version: 0.0.4 +download_url: https://github.com/jgthms/bulma-start/releases/download/0.0.4/bulma-start-0.0.4.zip github_url: https://github.com/jgthms/bulma-start npm_url: https://www.npmjs.com/package/bulma-start breadcrumb: -- home -- more -- bulma-start + - home + - more + - bulma-start ---
- bulma-start
is a tiny npm package that includes the npm
dependencies you need to build your own website 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 {{ page.version }} (.zip), rename to your project's name (i.e. my-new-bulma-site
) and:
+ Download bulma-start {{ page.version }} (.zip), rename to your project's name (i.e. my-new-bulma-site
) and:
The npm
dependencies included in package.json
are:
+ The npm
dependencies included in package.json
are:
+
bulma
node-sass
to compile your own Sass filepostcss-cli
and autoprefixer
to add support for older browsersbabel-cli
, babel-preset-env
and babel-preset-es2015-ie
for compiling ES6 JavaScript filesbulma
+ 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:
.babelrc
configuration file for Babel.gitignore
common Git ignored files.babelrc
configuration file for
+ Babel
+ .gitignore
common
+ Git ignored files
+ index.html
this HTML5 file_sass/main.scss
a basic SCSS file that imports Bulma and explains how to customize your styles, and compiles to css/main.css
_javascript/main.js
an ES6 JavaScript that compiles to lib/main.js
_sass/main.scss
a basic SCSS file that
+ imports Bulma and explains how to
+ customize your styles, and compiles to
+ css/main.css
+ _javascript/main.js
an ES6 JavaScript that compiles to
+ lib/main.js
+