Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 392 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 392 Bytes

TDesign site related code

Dev

Initial development needs to initialize the submodule.

git submodule init 
git submodule update

tdesign-site: npm run dev:site

tdesign-site-components: npm run dev:components

Publish

publish tdesign-site-components

After modifying components/package.json the release version will be automatically triggered by the workflow.