Merged in 3.2.4 (pull request #26)
benhsieh authored

[fe-sdk] 修改預設的登入URL並增加開發環境自訂RPC位址功能
Approved-by: default avatarandrew chang <andrewchang@cnyes.com>
Approved-by: jinze's avatarjinze huang <jinze@anuegroup.com.tw>
507993f6

Anue Fe SDK

SDK development project, VSCode is recommended

Debug

Start webpack and re-compile on files change, by default, the file will write to ./build folder

$ yarn debug

Pipe Output Files

It's pretty common when you're debugging SDK modules in other projects, you probably don't want to publish a new version to npm every time you make a change.

Instead, you can directly let the packager output files to specific folder(s) by this command

$ yarn pipe /path/to/some/project /path/to/another/project ...

Analyze Packages

$ yarn analyze

Publish to Bitbucket and NPM

yarn publish-npm v${VERSION_CODE}