https://github.com/skitsanos/default-dashboard
Dashboard Skeleton made with React, Umijs and Ant.Design
https://github.com/skitsanos/default-dashboard
ahooks ant-design antd dashboard dashboard-templates dashboards react reactjs umi umijs
Last synced: 6 months ago
JSON representation
Dashboard Skeleton made with React, Umijs and Ant.Design
- Host: GitHub
- URL: https://github.com/skitsanos/default-dashboard
- Owner: skitsanos
- License: mit
- Created: 2021-08-10T14:40:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T08:32:04.000Z (7 months ago)
- Last Synced: 2025-03-21T09:31:08.615Z (7 months ago)
- Topics: ahooks, ant-design, antd, dashboard, dashboard-templates, dashboards, react, reactjs, umi, umijs
- Language: TypeScript
- Homepage: https://default-dashboard.netlify.app/
- Size: 803 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# default-dashboard
Dashboard Skeleton made with React, Umijs and Ant.Design
## Why Ant.Design?
Ant.Design is a comprehensive, enterprise-level UI design language and React component library. It provides a consistent
and polished UI experience, ensuring that our application looks and feels professional across all platforms. The
extensive set of pre-built components in Ant.Design allows us to quickly implement common UI patterns, saving time and
reducing the risk of design inconsistencies.## Why Umi.js?
Umi.js is a highly customizable framework for building enterprise-level applications. It offers powerful routing, state
management, and plugin architecture, making it easier to manage complex applications. Umi.js's built-in support for
server-side rendering (SSR) and code splitting ensures that our application is fast and responsive, providing a better
user experience.