@atomic-reactor/actinium-auth
v1.1.5
Published
Actinium Authentication Plugin
Downloads
17
Readme
Actinium Auth
Getting Started
$ npm install && cd ./ui && npm installNode Module Local Development
- Remove
@atomic-reactor/actinium-authfrom your Actinium package.json - Use
npm link /path/to/this/codefrom 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 publishNote: Be sure to bump version before publishing to NPM
