HTML5 Boilerplate and Bulma CSS framework for a starting template.
HTML5 Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites.
This project is the product of years of iterative development and community knowledge. It does not impose a specific development philosophy or framework, so you're free to architect your code in the way that you want.
- Homepage: https://html5boilerplate.com/
- Source: https://github.com/h5bp/html5-boilerplate
- Twitter: @h5bp
Choose one of the following options:
- Download the latest stable release from html5boilerplate.com.
- Clone the git repo —
git clone https://github.com/h5bp/html5-boilerplate.git- and checkout the tagged release you'd like to use. - Run
npm install html5-boilerplateand pull in what you need from the resultingnode_modules/html5-boilerplate/dist
- HTML5 ready. Use the new elements with confidence.
- Designed with progressive enhancement in mind.
- Includes:
Normalize.cssfor CSS normalizations and common bug fixesjQueryvia CDN with SRI Hash and a local fallback- A custom build of
Modernizrfor feature detection Apache Server Configsthat, among other, improve the web site's performance and security
- Placeholder CSS Media Queries.
- Useful CSS helper classes.
- Default print styles, performance optimized.
- An optimized version of the Google Universal Analytics snippet.
- Protection against any stray
consolestatements causing JavaScript errors in older browsers. - "Delete-key friendly." Easy to strip out parts you don't need.
- Extensive inline and accompanying documentation.
- Chrome (latest 2)
- Edge (latest 2)
- Firefox (latest 2)
- Internet Explorer 9+
- Opera (latest 2)
- Safari (latest 2)
This doesn't mean that HTML5 Boilerplate cannot be used in older browsers, just that we'll ensure compatibility with the ones mentioned above.
If you need legacy browser support you can use HTML5 Boilerplate v4 (IE 6+, Firefox 3.6+, Safari 4+), or HTML5 Boilerplate v5 (IE8+). They are no longer actively developed.
Take a look at the documentation table of contents. This documentation is bundled with the project which makes it available for offline reading and provides a useful starting point for any documentation you want to write about your project.
Hundreds of developers have helped to make the HTML5 Boilerplate. Anyone is welcome to contribute, however, if you decide to get involved, please take a moment to review the guidelines:
The code is available under the MIT license.
Bulma is a modern CSS framework based on Flexbox.
Bulma is constantly in development! Try it out now:
npm install bulmaor
yarn add bulmabower install bulmaAfter installation, you can import the CSS file into your project using this snippet:
import 'bulma/css/bulma.css'https://cdnjs.com/libraries/bulma
Feel free to raise an issue or submit a pull request.
Bulma is a CSS framework. As such, the sole output is a single CSS file: bulma.css
You can either use that file, "out of the box", or download the Sass source files to customize the variables.
There is no JavaScript included. People generally want to use their own JS implementation (and usually already have one). Bulma can be considered "environment agnostic": it's just the style layer on top of the logic.
Bulma uses autoprefixer to make (most) Flexbox features compatible with earlier browser versions. According to Can I use, Bulma is compatible with recent versions of:
- Chrome
- Edge
- Firefox
- Opera
- Safari
Internet Explorer (10+) is only partially supported.
The documentation resides in the docs directory, and is built with the Ruby-based Jekyll tool.
Browse the online documentation here.
| Project | Description |
|---|---|
| Bulma with Attribute Modules | Adds support for attribute-based selectors. |
| Bulma with Rails | Integrates Bulma with the rails asset pipeline |
| Vue Admin | Vue Admin framework powered by Bulma |
| Bulmaswatch | Free themes for Bulma |
| Goldfish | Vault UI with Bulma, Golang, and Vue Admin |
| ember-bulma | Ember addon providing a collection of UI components for Bulma |
| Bloomer | A set of React components for Bulma |
| Re-bulma | Bulma components build with React |
| React-bulma | React.js components for Bulma |
| Buefy | Lightweight UI components for Vue.js based on Bulma |
| vue-bulma-components | Bulma components for Vue.js with straightforward syntax |
| BulmaJS | Javascript integration for Bulma. Written in ES6 with a data-* API |
| Bulma.styl | 1:1 Stylus translation of Bulma |
| elm-bulma | Bulma + Elm |
| elm-bulma-classes | Bulma classes prepared for usage with Elm |
| Bulma Customizer | Bulma Customizer – Create your own bespoke Bulma build |
| Fulma | Wrapper around Bulma for fable-react |
| Laravel Enso | SPA Admin Panel built with Bulma, VueJS and Laravel |
| Django Bulma | Integrates Bulma with Django |
| Bulma Templates | Free Templates for Bulma |
| React Bulma Components | Another React wrap on React for Bulma.io |
| purescript-bulma | PureScript bindings for Bulma |
| Vue Datatable | Bulma themed datatable based on Vue, Laravel & JSON templates |
| bulma-fluent | Fluent Design Theme for Bulma inspired by Microsoft’s Fluent Design System |
Code copyright 2018 Jeremy Thomas. Code released under the MIT license.
