Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thundersdata-frontend/td-design
雷数科技前端部门组件库/工具库
https://github.com/thundersdata-frontend/td-design
ant-design monorepo react-native td-design typescript umijs
Last synced: 16 days ago
JSON representation
雷数科技前端部门组件库/工具库
- Host: GitHub
- URL: https://github.com/thundersdata-frontend/td-design
- Owner: thundersdata-frontend
- License: apache-2.0
- Created: 2019-10-21T11:11:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T08:05:58.000Z (8 months ago)
- Last Synced: 2024-03-26T08:59:43.736Z (8 months ago)
- Topics: ant-design, monorepo, react-native, td-design, typescript, umijs
- Language: TypeScript
- Homepage: http://thundersdata-frontend.github.io/td-design
- Size: 164 MB
- Stars: 186
- Watchers: 9
- Forks: 43
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dumi app
## Getting Started
Install dependencies,
```bash
$ npm i
```Start the dev server,
```bash
$ npm start
```Build site app,
```bash
$ npm run build
```