All Projects → Mesamo → Dva Admin

Mesamo / Dva Admin

Licence: mit
A dashboard application built upon dva and ant-design

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dva Admin

Angular Lab
Angular Lab
Stars: ✭ 151 (+694.74%)
Mutual labels:  firebase, travis-ci
umi-dva-typescript-mock
基于umi + dva + typescript + mock + antd的react框架,内置PWA
Stars: ✭ 17 (-10.53%)
Mutual labels:  dva, antd
Min-Admin
基于dva框架+antd的React后台模板
Stars: ✭ 17 (-10.53%)
Mutual labels:  dva, antd
Nowa Gui
Stars: ✭ 202 (+963.16%)
Mutual labels:  antd, dva
Bird Front
bird前端项目,基于react、antd、antd-admin,封装常用数据组件,细粒度权限解决方案。
Stars: ✭ 272 (+1331.58%)
Mutual labels:  antd, dva
Ant Design Pro Plus
✨ 基于 ant-design-pro 做一些微小的工作。
Stars: ✭ 88 (+363.16%)
Mutual labels:  firebase, antd
dva-graphql-lokka-user-dashboard
A Study Project Related to Dva.js, GraphQL, Graph.cool, Lokka
Stars: ✭ 20 (+5.26%)
Mutual labels:  dva, antd
Antd Admin
An excellent front-end solution for enterprise applications built upon Ant Design and UmiJS
Stars: ✭ 8,678 (+45573.68%)
Mutual labels:  antd, dva
Deep-Viz-Website
The Deep-Viz Components' display website ( Base on React + Dva + Ant-Design) 组件库Deep-Viz的展示网站
Stars: ✭ 12 (-36.84%)
Mutual labels:  dva, antd
react-drag
A drag and drop platform based on sortable.js front-end visualization. 一个基于sortable.js的前端可视化搭建的拖拽平台,ui组件采用antd-mobile.通过umi脚手架构建.技术栈采用dva+hooks+umi+antd-mobile+sortable.js+react-color.
Stars: ✭ 51 (+168.42%)
Mutual labels:  dva, antd
Fashop Admin
微信小程序商城后台,微信小程序微店后台,接口基于FaShop
Stars: ✭ 198 (+942.11%)
Mutual labels:  antd, dva
Dva Admin
dva admin antd dashboard
Stars: ✭ 278 (+1363.16%)
Mutual labels:  antd, dva
Alldemo
🍑 2020全栈学习Demo大合集 包含最新 hooks TS 等 还有umi+dva,数据可视化等实战项目 (持续更新中)
Stars: ✭ 189 (+894.74%)
Mutual labels:  antd, dva
Generator Jekyll Starter Kit
🚀 Jekyll Progressive Web App Generator.
Stars: ✭ 139 (+631.58%)
Mutual labels:  firebase, travis-ci
React Antd Admin
后台前端管理系统,基于react、typescript、antd、dva及一些特别优秀的开源库实现
Stars: ✭ 117 (+515.79%)
Mutual labels:  antd, dva
nextjs-antd-dva-template
最优的nextjs antd dva 服务端解决方案
Stars: ✭ 15 (-21.05%)
Mutual labels:  dva, antd
dva-typescript-antd-starter-kit
A admin dashboard application demo based on antd by typescript and dva
Stars: ✭ 61 (+221.05%)
Mutual labels:  dva, antd
Generator React Firebase
React Firebase (Redux optional) yeoman generator
Stars: ✭ 272 (+1331.58%)
Mutual labels:  firebase, travis-ci
Antd Umi Sys
企业BI系统,数据可视化平台,主要技术:react、antd、umi、dva、es6、less等,与君共勉,互相学习,如果喜欢请start ⭐。
Stars: ✭ 503 (+2547.37%)
Mutual labels:  antd, dva
Polly
🔧 Collection of CMake toolchain files and scripts for cross-platform build and CI testing (GCC, Visual Studio, iOS, Android, Clang analyzer, sanitizers etc.)
Stars: ✭ 778 (+3994.74%)
Mutual labels:  travis-ci

dva-admin

Build Status GitHub version Codacy Badge

A dashboard application built upon dva and ant-design

Live Demo

This live demo is deploy on firebase hosting. You can view a live version of this demo here.

Based on

  • Dva - React and redux based, lightweight and elm-style framework.
  • Ant Design - A UI Design Language
  • Firebase - Firebase helps you build better mobile apps and grow your business.

Getting Started

Install dependencies

$ yarn

Start dev server

$ yarn start

Build

$ yarn build

Debugging in the Editor

Need to have the latest version of VS Code and VS Code Chrome Debugger Extension installed.
Then add the block below to your launch.json file and put it inside the .vscode folder in your app’s root directory.

{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "chrome",
      "request": "launch",
      "name": "Launch Chrome",
      "url": "http://localhost:8000",
      "sourceMaps": true,
      "webRoot": "${workspaceRoot}/src",
      "smartStep": true,
      "internalConsoleOptions": "openOnSessionStart",
      "sourceMapPathOverrides": {
        "webpack:///src/*": "${webRoot}/*"
      }
    }
  ]
}

Start your app by running yarn start, and start debugging in VS Code by pressing F5 or by clicking the green debug icon. You can now write code, set breakpoints, make changes to the code, and debug your newly modified code—all from your editor.

Talk

Special thanks to

zuiidea: https://github.com/zuiidea/antd-admin
sorrycc: https://github.com/dvajs/dva-example-user-dashboard
pmg1989: https://github.com/pmg1989/dva-admin

License

MIT

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].