https://github.com/igorlima/bower-redux-logger
Bower package for Redux Logger
https://github.com/igorlima/bower-redux-logger
Last synced: 3 months ago
JSON representation
Bower package for Redux Logger
- Host: GitHub
- URL: https://github.com/igorlima/bower-redux-logger
- Owner: igorlima
- Created: 2016-03-19T22:45:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T02:23:47.000Z (over 9 years ago)
- Last Synced: 2025-03-01T02:42:13.265Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# packaged redux-logger
This repo is for distribution on `bower`. The source for this module is in the [main redux-logger repo](https://github.com/fcomb/redux-logger). Please file issues and pull requests agains that repo.
## Install
You can install this package with `bower`.
```sh
bower install redux-logger
```Then add a `` to your `index.html`:
```js
<script src="/bower_components/redux-logger/redux-logger.js"
```## Documentation
Documentation is available on the [redux-logger repo](https://github.com/fcomb/redux-logger).