@treelab/forest
TypeScript icon, indicating that this package has built-in type declarations

0.1.53 • Public • Published

Forest- Treelab Forest Web Components

action npm version

Forestis a Treelab Component Library for solutions product.

Development

Setup

  1. Clone repository.
  2. Run pnpm install to install all dependencies.
  3. Run pnpm run storybook to start local storybook server and start working on components.

Linking treelab-panda directly from treelab-forest

First build panda

  1. cd path/to/treelab-panda-v3
  2. yarn build
  3. pnpm link --global

Then link panda into treelab-forest

  1. cd path/to/treelab-forest
  2. pnpm link --global @treelab/panda

Restart treelab-forest in order for the linked forest package to be properly included in the build.

Linking treelab-forest directly from treelab-scm

First build forest

  1. cd path/to/treelab-forest
  2. pnpm build

Then link forest into treelab-scm

  1. cd path/to/treelab-forest
  2. pnpm link --global
  3. cd path/to/treelab-scm
  4. pnpm link --global @treelab/forest

Restart treelab-scm in order for the linked forest package to be properly included in the build.

Testing

  1. pnpm test

Publishing

All published versions can be found on npmjs.com

Latest code can be built and published as an npm package using the Create new release and publish to npm GitHub action. Please carefully choose a semantic version when executing Run workflow such that it is higher than the previous version published.

Readme

Keywords

none

Package Sidebar

Install

npm i @treelab/forest

Weekly Downloads

5

Version

0.1.53

License

none

Unpacked Size

601 kB

Total Files

225

Last publish

Collaborators

  • weih.cao
  • rickytyho
  • treelab-official
  • derekchan916
  • treelab-will
  • peterl348
  • simon.shi