komposable / middleman-komponent

[WIP] An opinionated way of organizing front-end code in Middleman, based on components
2 stars 0 forks source link
component-based design-systems middleman middleman-extension ruby styleguides webpack

Komponent, for Middleman

middleman-komponent aims at implementing an opinionated way of organizing front-end code in Middleman, based on components, similar to what Komponent offers in Rails.

Getting started

Follow Middleman documentation to Start a New Site.

Then, add middleman-komponent to your Gemfile:

# Gemfile

gem "middleman-komponent"

Activate the extension in your config:

# config.rb

activate :komponent