Using Technology. Polymer 2.0 D3.js 1.0
-
Download and install Node version 6.x or 7.x from https://nodejs.org/. Node includes the node package manager command,
npm. -
Install
bowerand the Polymer CLI:npm install -g bower polymer-cli -
Clone this repo:
https://github.com/PolymerLabs/polymer-2-first-element.git -
Change directory to your local repo and install dependencies with
bower:cd polymer-2-first-element bower install -
To preview your element, run the Polymer development server from the repo directory:
polymer serveOpen
localhost:8080/components/icon-toggle/integrate/in your browser. (Note that the path usesicon-toggle—the component name listed in this element'sbower.jsonfile—rather than the actual directory name.)