0.0.4 • Published 8 years ago

ionic2-devise-token-auth v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

ionic2-devise-token-auth

Build Status npm version license

Installation

Before install it lib you must install those dependencies:

  1. Install NPM & Node by brew or by apt-get
  2. Install globally ionic2:
        $ npm install -g ionic@beta
  3. Install globally the Typings to run TypeScript
        $ npm install typings -g

To install this library, run:

  $ npm install ionic2-devise-token-auth --save

Development

It framework is based on the Angular2-Devise-Token which wasn't working with Ionic & even wasn't at least installable. So this framework have been started to fixed those issues.

To generate all *.js, *.js.map and *.d.ts files:

$ npm run tsc

To lint all *.ts files:

$ npm run lint

License

MIT © Ilton Silveira