Ember Cli Bootswatch screenshot

Ember Cli Bootswatch

Author Avatar Theme by Embermn
Updated: 2 Apr 2019
12 Stars

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

Categories

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

Installation

To install the ember-cli-bootswatch addon in your ember-cli project, run the following command:

ember install ember-cli-bootswatch

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.