Socket
Socket
Sign inDemoInstall

ember-cli-polymer-toolchain

Package Overview
Dependencies
212
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-cli-polymer-toolchain

The default blueprint for ember-cli addons.


Version published
Weekly downloads
6
decreased by-14.29%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

ember-cli-polymer-toolchain

Ember CLI Toolchain for Polymer 1.X

#Installation

ember install ember-cli-polymer-toolchain

Then in the root for your project create an elements folder. All html imports should be done in elements/index.html. Example file:

<link rel="import" href="../bower_components/paper-drawer-panel/paper-drawer-panel.html">
<link rel="import" href="../bower_components/paper-header-panel/paper-header-panel.html">
<link rel="import" href="../bower_components/paper-toolbar/paper-toolbar.html">

##Installation locally

In this project's directory make available via npm:

npm link

In parent app's directory link package:

npm link ember-cli-polymer-toolchain

Install additional packages in parent app via bower:

bower install --save Polymer/polymer
bower install --save webcomponentsjs

Keywords

FAQs

Last updated on 18 Aug 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc