@atomic-reactor/actinium-auth
v1.1.5
Published
Actinium Authentication Plugin
Downloads
36
Readme
Actinium Auth
Getting Started
$ npm install && cd ./ui && npm install
Node Module Local Development
- Remove
@atomic-reactor/actinium-auth
from your Actinium package.json - Use
npm link /path/to/this/code
from Actinium directory.
Auth UI Local Development
- Follow the steps for Node Module Local Development
$ cd ./ui && npm run local
Building for distribution
$ npm run static
$ npm publish
Note: Be sure to bump version before publishing to NPM