@harslanhafeez/c3-js
v2023.0.8
Published
C3 JavaScript/TypeScript libs
Readme
Corteza Javascript/TypeScript libs
Types, API clients and other libs that are used across Corteza web applications, Corredor server and automation scripts.
These libs are clone of https://github.com/cortezaproject/corteza-js some extensions added to them
Workflow
Prerequisites
.Make sure dependencies are loaded: [source,shell script]
yarn
.Link with projects that use this lib: [source,shell script]
yarn link
(follow instructions outputed by link command)
Development
.Bundle changes [source,shell script]
yarn build
Add -w flag after build to watch files for changes and auto rebuild
