0.0.2 • Published 10 years ago
bf-ng-redux v0.0.2
bf-ng-redux
An angular wrapper for Redux.
Getting started
Prerequisites
Your project and its dependencies require:
Change to Betfair's own internal npm repository
npm config set registry http://registry.npm.dev.betfairInstallation
- Go to the project's root
directory:
cd bf-ng-redux/- Install project
dependencies:
npm install- Install
gulpglobally (if not yet installed):
npm install -g gulpDevelopment
Create a dist version of the bundle, placed on the ./dist/ folder:
gulp distRelease a new version of the module
Majorrelease:
gulp release --type majorMinorrelease:
gulp release --type minorPatchrelease:
gulp release --type patchUsing the module in your application
- Set the module as an application
dependencyby adding running this command:
npm install --save bf-ng-redux- Add the
moduleto the list of modules your application depends on:
angular.module('myApp', ['BF.Redux'])0.0.2
10 years ago