All Projects → huzzbuzz → Little A Dashboard

huzzbuzz / Little A Dashboard

Licence: mit
a material-design dashboard build upon reactjs, ant design, dva.js. 基于 react.js, ant design, dva.js 开发的类 material 风格的 dashboard。

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Little A Dashboard

Scm Biz Suite
供应链中台系统基础版,集成零售管理, 电子商务, 供应链管理, 财务管理, 车队管理, 仓库管理, 人员管理, 产品管理, 订单管理, 会员管理, 连锁店管理, 加盟管理, 前端React/Ant Design, 后端Java Spring+自有开源框架,全面支持MySQL, PostgreSQL, 全面支持国产数据库南大通用GBase 8s,通过REST接口调用,前后端完全分离。
Stars: ✭ 1,310 (+877.61%)
Mutual labels:  antd
React Admin
React+AntD 后台管理系统解决方案
Stars: ✭ 104 (-22.39%)
Mutual labels:  antd
Antd Data Table
A component that combines antd's Table and Form to do the search, display, and operating jobs for data.
Stars: ✭ 119 (-11.19%)
Mutual labels:  antd
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+879.85%)
Mutual labels:  antd
Torch Web
🌍 Web interface to tcping servers
Stars: ✭ 103 (-23.13%)
Mutual labels:  antd
React Koa Login
koa2 + react + react-router(4.0) + redux + webpack + antd
Stars: ✭ 109 (-18.66%)
Mutual labels:  antd
Ant Design Pro Plus
✨ 基于 ant-design-pro 做一些微小的工作。
Stars: ✭ 88 (-34.33%)
Mutual labels:  antd
Prime
✨Open Source GraphQL CMS
Stars: ✭ 1,675 (+1150%)
Mutual labels:  antd
Antd Admin Boilerplate
[deprecated][废弃] 以 antd 为基础组件构建的一套中后台管理系统的基本架构模板
Stars: ✭ 103 (-23.13%)
Mutual labels:  antd
Next Terminal
Next Terminal是一个轻量级堡垒机系统,易安装,易使用,支持RDP、SSH、VNC、Telnet、Kubernetes协议。
Stars: ✭ 2,354 (+1656.72%)
Mutual labels:  antd
Spring Security React Ant Design Polls App
Full Stack Polls App built using Spring Boot, Spring Security, JWT, React, and Ant Design
Stars: ✭ 1,336 (+897.01%)
Mutual labels:  antd
Antv
Ant Design of Vue.js 2.0
Stars: ✭ 99 (-26.12%)
Mutual labels:  antd
Antd Live Theme
Customize Ant Design specific colors dynamically on runtime
Stars: ✭ 116 (-13.43%)
Mutual labels:  antd
Typescript React Hot Reload
A very simple boilerplate for creating React web applications with TypeScript.
Stars: ✭ 92 (-31.34%)
Mutual labels:  antd
Gank
🦅 Gank api base △ next.js (react&ssr)
Stars: ✭ 122 (-8.96%)
Mutual labels:  antd
Ant Back
🚀 react后台,后台管理系统
Stars: ✭ 90 (-32.84%)
Mutual labels:  antd
Antdfront
using next generation data manager and hook、pure function component 、webpack to build antd design pro microfrontend project without umi, cra,dva or rematch
Stars: ✭ 105 (-21.64%)
Mutual labels:  antd
News App By React.js
🌈一个由React.js编写的新闻WebApp。A news WebApp by React.js.
Stars: ✭ 131 (-2.24%)
Mutual labels:  antd
Bad Ass Salesforce Stack
B.A.S.S. Starter: react / redux / typescript / antd / ts-force / sfdx / webpack / salesforce
Stars: ✭ 126 (-5.97%)
Mutual labels:  antd
React Antd Admin
后台前端管理系统,基于react、typescript、antd、dva及一些特别优秀的开源库实现
Stars: ✭ 117 (-12.69%)
Mutual labels:  antd

Little A Dashboard

DUB JavaScript Style Guide

a little material-design dashboard build upon reactjs, ant design, dva.js.
基于 react.js, ant design, dva.js 开发的类 material 风格的 dashboard。😆 😆 😆

Live Demo(演示)

技术栈:react、react-router、ant design、dva、roadhog...

Quick Start 开始   

Clone

git clone https://github.com/huzzbuzz/little-a-dashboard.git

Install

cd little-a-dashboard
npm i or yarn install

Run

before run this,you might need to installed roadhog cli with npm i roadhog -g

npm start

it will automatically open http://localhost:8000

Build

npm run build

it will builds the app for production to the dist folder. your app is ready to be deployed.

Already Done 特性

  • [x] 类 material-ui 风格
  • [x] 登录、退出、锁屏(模拟)
  • [x] 主页及其他示例页
  • [x] 菜单折叠、简单换肤
  • [x] redux 完整使用示例
  • [x] 动态路由,按需加载
  • [x] 打包后,Filename Hash

Further Plan 计划

  • [x] Automatically select the menu based on the url
  • [x] Responsive Sidebar
  • [ ] Full RESTful API

Screenshot 截图

Dashboard

Login

Lock

alert

Charts

Table

Sidebar

Responsive Sidebar

Setting

Acknowledgements 致谢 

Project Structure 结构

├── /dist/           # 打包输出
├── /mock/           # mock数据
├── /public/         # 公共文件
├── /src/            # 项目源码
│ ├── /components/  # UI组件
│ ├── /models/      # 数据模型
│ ├── /routes/      # 路由组件
│ │ └── app.js      # 入口
│ ├── /services/    # 数据接口
│ ├── /themes/      # 项目样式
│ ├── /utils/       # 工具函数
│ │ ├── config.js    # 项目配置
│ │ └── request.js   # 异步请求函数
│ ├── route.js      # 路由配置
│ ├── index.js      # 入口文件
│ └── index.html     
├── package.json     # 项目信息
├── .roadhogrc.js    # roadhog配置
├── .roadhogrc.mock.js # roadhog mock
├── theme.config.js  # 更改 ant 主题
└── webpack.config.js

License

MIT

如果你喜欢,请 star 支持一下吧 😚 😜

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].