polymer-init

Polymer.js scaffold generator with CSS3 polyfills, inlined HTML5 imports, and live browser reloads.

Usage no npm install needed!

<script type="module">
  import polymerInit from 'https://cdn.skypack.dev/polymer-init';
</script>

README

polymer-init

Build Status NPM version Dependency Status

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 myproject
cd myproject
polymer-init

Directory Structure

/project
  .bowerrc
  /app
    /images
      polymer.svg
    /lib
    index.html
    /scripts
    /styles
      screen.css
  bower.json
  gulpfile.js
  package.json

BSD Licensed