0.3.0 • Published 9 years ago
ember-redux-actions v0.3.0
ember-redux-actions
Ember-cli friendly version of redux-actions from https://github.com/acdlite/redux-actions for use with ember-redux in adhering to the so-called "Flux Standard Action" compliance
Usage
import { createAction, createActions, handleAction, handleActions } from 'redux-actions';FAQs
Q: Why doesn't this work for me?
A: The most likely reason is that you're on a version of ember-cli below 2.10.x, but anonymous AMD package support isn't supported until 2.10.x. I suggest you upgrade your ember-cli
Installation
git clone <repository-url>this repositorycd ember-redux-actionsnpm installbower install
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.