Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 487 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 487 Bytes

@ICP-JS packages

packages

  • icp-utils
  • icp-cryptos

Build from source files

Install lerna and typescript globally

yarn global add lerna && yarn global add typescript

Bootstrap and build

yarn bootstrap

Bundle

build umd and esm version javascript for each sub-packages, which can be accessed by import or require

yarn dist

All files are exported in packages/dist folder, use **.esm.js or **.umd.js format