clair-design / clair

A design system including principles, Vue and React components.

Home Page:https://clair-design.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clair Design

Prerequirements

yarn is required. Just forget npm run.

Before getting started

Check out how to contribute here.

Get Started

Install

yarn

Start

# for vue
yarn start vue
# for react
yarn start react

Preview Site

# for vue
yarn serve vue
# for react
yarn serve react

⚠️⚠️⚠️ Commit

Please use yarn commit or npm run commit instead of git commit.

Use git cz if you have commitizen installed globally.

Lerna

Run yarn commands

yarn lerna run --stream build --scope @clair/helpers
# OR
yarn workspace @clair/helpers build

Link packages

yarn lerna add @clair/theme-default packages/helpers [--dev]

About

A design system including principles, Vue and React components.

https://clair-design.github.io/


Languages

Language:TypeScript 37.4%Language:JavaScript 34.7%Language:HTML 19.4%Language:SCSS 8.1%Language:Shell 0.1%Language:CSS 0.1%Language:Vue 0.1%Language:Makefile 0.0%