Skip to content

yocto-erp/yocto

Repository files navigation

Yocto

js-sdk

Reference

JS Library using for browser or react native

  • create: nx generate @nrwl/js:library --name={libraryName} --buildable
  • create react lib: nx g @nrwl/react:lib ui
    • nx g @nrwl/react:lib ui --buildable --publishable --importPath=@yoctoerp/ui
    • nx g component {my-component} --project=ui
  • publish: nx publish ui --ver=0.0.33 --tag=latest
  • remove: nx g rm {libraryName}