Ember Cli Bootswatch

screenshot of Ember Cli Bootswatch
ember
bootstrap

An ember-cli addon to import a Bootswatch theme for Bootstrap.

Overview

The ember-cli-bootswatch is an addon for ember-cli that allows users to import a Bootswatch theme or the Bootstrap theme, including the JavaScript plugins if desired. This addon is designed solely for importing assets and does not provide Ember Components to use within templates.

Note that this addon scores low on Ember Observer due to its simplicity and lack of easily testable features. However, it is still actively maintained and compatible with the latest versions of ember-cli.

Features

  • Import Bootswatch or Bootstrap theme
  • Option to import theme's CSS file into vendor.css
  • Option to import theme's .scss files into the styles tree
  • Option to import Bootstrap.js file or specific plugins into vendor.js
  • Option to import Popper.js dependency into vendor.js

Summary

The ember-cli-bootswatch addon provides a simple way to import Bootswatch or Bootstrap themes into your ember-cli project. It does not include Ember Components, but focuses on importing the necessary assets. Despite scoring low on Ember Observer, it is still actively maintained and compatible with the latest ember-cli versions.

ember
Ember

Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.