Hi! We are really excited that you are interested in contributing to our Design System. Before submitting your contribution, please make sure to take a moment and read through the following guide:
This repo is monorepo using yarn 2 workspace. The package manager used to install and link dependencies must be yarn.
To develop, and test:
- Run
yarn install
- Run
yarn dev
to start development server - Run
yarn test
to run unit test
-
Creating should be place in
components/
directory and grouped with their directory. The Component at least has 3 files:-
[Component].vue
- The component SFC itself * -
[Component].spec.ts
- The component unit test * -
component.md
- The component documentation*: Change
[Component]
to your actual Component name
-
-
To shown in sidebar, you need register your component into vitepress config
./components/.vitepress/config.ts