GITS UI is the official UI Component Library in GITS Indonesia built with Vue 3 and Tailwind CSS.
Documentation is located here.
Checkout examples:
-
Install lerna and yarn globally:
npm i -g lerna yarn
-
Bootstap all packages:
lerna bootstrap
-
Build all packages:
lerna run build
-
Run storybook:
yarn dev
Command | Description |
---|---|
storybook or sb or dev |
Run storybook |
build |
Build storybook |
test |
Run test via vitest |
Command | Description |
---|---|
bootstrap |
Bootstrap all packages |
publish |
Publish packages |
Visit lerna documentation for all other commands.
MIT