7.0.1 • Published 11 months ago

@familyjs/kdu v7.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@familyjs/kdu

Family Framework integration for Kdu 3 apps.

Building

  1. Install dependencies in @familyjs/core:
cd core && npm install
  1. Build @familyjs/core. This will generate Kdu component bindings in the packages/kdu directory:
npm run build
  1. Install dependencies in @familyjs/kdu:
cd packages/kdu && npm install
  1. Build @familyjs/kdu:
npm run build