New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-strap

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-strap

Ember wrapper for Bootstrap

  • 2.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-81.82%
Maintainers
1
Weekly downloads
 
Created
Source

EmberStrap Ember Observer Score Build Status

EmberStrap tries to provide a simple way to use Bootstrap in Ember. It doesn't reinvent the wheel, it just wraps the Bootstrap plugins with an Ember compliant implementation.

Documentation

You can find complete documentation with examples here: http://pierrickrouxel.github.io/ember-strap/

Compatibility

EmberStrap follows the Ember versioning. (example: EmberStrap 2.0.0 is designed to work with Ember 2.0.x.)

Installation

ember install ember-strap

Configuration

You can disable styles. This is useful to use less or sass.

ENV.emberStrap: {
  includeStyles: false
};

...

Running

You can run documentation to help you to test a fix.

Running Tests

All tests run over documentation:

  • ember test
  • ember test --server

Generating the documentation

After commiting changes in the examples or tests to master, you can run ./publish-doc.sh which does several things:

  • Checks out gh-pages and pulls changes from master
  • Builds ember app with github environment
  • Fixes things to make the tests work
  • Commits the generated app and pushes it to github pages
  • Switches back to original branch

Keywords

FAQs

Package last updated on 17 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc