PolymerElements/generator-polymer-init-custom-build

Name: generator-polymer-init-custom-build

Owner: PolymerElements

Description: A Polymer CLI generator for creating custom build processes with polymer-build

Created: 2016-08-08 19:02:39.0

Updated: 2018-05-04 01:13:42.0

Pushed: 2018-05-23 02:24:58.0

Homepage: null

Size: 51

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Polymer App Toolbox - Starter Kit with custom build

Build Status

This template is a starting point for building apps using Polymer Starter Kit with a custom gulp process leveraging polymer-build, the library powering Polymer CLI.

Setup
Prerequisites

First, install Polymer CLI and generator-polymer-init-custom-build using npm (we assume you have pre-installed node.js).

npm install -g polymer-cli
npm install -g generator-polymer-init-custom-build

Second, install Bower using npm

npm install -g bower
Initialize project from template
mkdir my-app
cd my-app
polymer init polymer-starter-kit-custom-build
Start the development server

This command serves the app at http://127.0.0.1:8081 and provides basic URL routing for the app:

polymer serve
You can read more information at template README.md.

Polymer v1 version

If you want to use the Polymer v1 version, you should install the v2.2.1 tag:

npm install -g generator-polymer-init-custom-build@2.2.1

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.