polymer-init
Polymer.js scaffold generator with CSS3 polyfills, inlined HTML5 imports, and live browser reloads.
- CSS3 polyfills provided by Myth.
- Rebuild on change with automatic browser reload using browser-sync.
- Asset bundling and minification using UglifyJS and UglifyCSS
- Inlining of HTML imports.
Installation
npm install --global polymer-init
Usage
mkdir myprojectcd myprojectpolymer-init
Directory Structure
/project
.bowerrc
/app
/images
polymer.svg
/lib
index.html
/scripts
/styles
screen.css
bower.json
gulpfile.js
package.json