0.1.0 • Published 9 years ago
generator-polymer-init-redux v0.1.0
generator-polymer-init-redux

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-reduxUsage
Generate your new project with
polymer init reduxor use Yeoman directly:
yo polymer-init-reduxTo add a new element to the project use
yo polymer-init-redux:el element-nameGetting 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