Skip to content

AngusFu/clair

 
 

Repository files navigation

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.

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 37.5%
  • JavaScript 34.7%
  • HTML 19.4%
  • SCSS 8.1%
  • Shell 0.1%
  • CSS 0.1%
  • Other 0.1%