0.1.0 • Published 7 years ago

generator-polymer-init-redux v0.1.0

Weekly downloads
2
License
BSD-2-Clause-Free...
Repository
github
Last release
7 years ago

generator-polymer-init-redux NPM version Build Status Dependency Status

Polymer PRPL project generator with Redux

Features

  • Redux (via PolymerRedux)
  • Redux Thunk
  • New element adding (see below)
  • Service worker
  • Lazy-loading screens
  • Routing and URL synchronization with Redux

TODO

  • Generator tests
  • Generate test templates for new elements
  • Optional databases/backend integration support (see 'db' branch)

Installation

First, install Yeoman and generator-polymer-init-redux using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-polymer-init-redux

Usage

Generate your new project with

polymer init redux

or use Yeoman directly:

yo polymer-init-redux

To add a new element to the project use

yo polymer-init-redux:el element-name

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

BSD-2-Clause-FreeBSD © Jan Hrdina

0.1.0

7 years ago

0.0.1

7 years ago