edge-login-ui-web

v0.3.0
This library provides a simple, framework-agnostic way to do login and account management with just a small handful of Javascript API calls.

build

npm-run-all -p build:lib build:frame -s build:demo

start

npm-run-all -p start:*

prepare

npm-run-all build:lib build:frame

build:lib

rimraf lib && rollup -c && cpr flow-entry lib/edge-login-ui-web.js.flow && node ./hack-entry-point.js

start:lib

rollup -cw

build:demo

rimraf dist && parcel build --public-url ./ src/demo/index.html && node ./src/copy-edge-assets.js ./dist/iframe

start:demo

parcel --open src/demo/index.html

build:frame

rimraf assets && parcel build --public-url ./ -d assets src/frame/index.html

start:frame

parcel -p 11234 -d assets src/frame/index.html

Metadata

Downloads

Maintainers