0.0.3 • Published 7 months ago

woodreamz-fusion-library-poc v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Getting Started

This is a template for the Fusion library. Built with vite (library mode), swc, vitest, eslint (airbnb style), typescript and storybook.

  1. Requirements

    1. Node >= 16.14
  2. Install pnpm (installation page)

npm install -g pnpm
  1. Install dependencies:
pnpm install
  1. Storybook

Use storybook to develop your components.

pnpm dev
  1. Sandbox

You can run the sandbox to test your build.

pnpm sandbox
  1. Unit Tests

Each component in the library defines its own unit tests.

The tests may be ran with the following command:

pnpm test
  1. Build
pnpm build
  1. Publish

To publish the package:

pnpm build && pnpm publish ./dist
0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago