English | 简体中文
TDesign React Starter is a TDesign-based project developed with React
, Vite
. It can be customized theme configuration, and aims to provide project out-of-the-box, configuration-style middle and background projects.
Initialize project with our CLI tool
tdesign-starter-cli
## install tdesign-starter-cli
npm i tdesign-starter-cli@latest -g
## create project
td-starter init
## install dependencies
npm install
## set up
npm run dev
## build
npm run build
## build for test
npm run build:test
We welcome contributions to our project. Create your Issue or Submit your Pull Request.
git checkout -b feat/xxxx
git commit -a 'feat(project): describe'
git push origin feat/xxxx
pull request
IE / Edge | Firefox | Chrome | Safari |
---|---|---|---|
Edge >=84 | Firefox >=83 | Chrome >=84 | Safari >=14.1 |
The MIT License. Please see the license file for more information.