All Projects → umijs → umi-plugin-datahub

umijs / umi-plugin-datahub

Licence: other
umi plugin for integrating macaca-datahub, which is a GUI-style mock tool that can be used to replace umi's built-in mock solution.

Programming Languages

javascript
184084 projects - #8 most used programming language
Less
1899 projects

Projects that are alternatives of or similar to umi-plugin-datahub

umi-dva-typescript-mock
基于umi + dva + typescript + mock + antd的react框架,内置PWA
Stars: ✭ 17 (-19.05%)
Mutual labels:  umi
blog
一个博客全栈应用的前端部分
Stars: ✭ 16 (-23.81%)
Mutual labels:  umi
pc-Dooring
LowCode, PC Page Maker, PC Editor. Make PC as easy as building blocks. | 让网页制作像搭积木一样简单, 轻松搭建PC页面, Web网站, PC端网站. lowcode(low-code)可视化搭建平台
Stars: ✭ 407 (+1838.1%)
Mutual labels:  umi
daymanage
基于umi3+ts开发的日程管理系统,包括前后端, 前端umi3+ts+dva+ssr, 后端koa。打通微信,手机日历,浏览器提醒。后端见daymanage-server。
Stars: ✭ 28 (+33.33%)
Mutual labels:  umi
spring-batch-admin-ui
Spring Batch Admin 是一个后端采用spring boot 2, spring security , oauth2, Spring data jpa 作为基础框架,集成了quartz 提供调度能力,集成了Spring batch 提供批处理能力的管理系统。系统旨在提供更底层数据展示以及常见批处理的配置以及运行能力。
Stars: ✭ 41 (+95.24%)
Mutual labels:  umi
fastq utils
Validation and manipulation of FASTQ files, scRNA-seq barcode pre-processing and UMI quantification.
Stars: ✭ 25 (+19.05%)
Mutual labels:  umi
route-utils
umi route utils
Stars: ✭ 32 (+52.38%)
Mutual labels:  umi
simpleCMS
simpleCMS是一款开源cms系统, 主要为个人/团队快速开发博客或者知识共享平台, 类似于hexo, worldpress, 但是他们往往需要复杂的搭建过程, 我们将复杂度降到最低, 并且有详细的部署教程, 你只需要有一台服务器, 就能轻松拥有一个属于你的博客平台.
Stars: ✭ 74 (+252.38%)
Mutual labels:  umi
umi-dva-antd-starter
Get started with Umi3.js and Ant Design.
Stars: ✭ 17 (-19.05%)
Mutual labels:  umi
Umi
🌋 Pluggable enterprise-level react application framework.
Stars: ✭ 11,724 (+55728.57%)
Mutual labels:  umi
umi-plugin-antd-theme
🎨 Best theme plugin
Stars: ✭ 77 (+266.67%)
Mutual labels:  umi
umi-react-native
umi preset plugins for react-native
Stars: ✭ 54 (+157.14%)
Mutual labels:  umi
Ant-Design-Pro-V5
Ant Design Pro V5 详细配置,包括分模块打包,ahooks的使用,L7 地图组件的封装,合理的初始化数据,更有动态表单、动态表格、OSS图片上传等优秀组件(项目会逐渐迭代)~
Stars: ✭ 28 (+33.33%)
Mutual labels:  umi
30-seconds-of-react-zh CN-umi
React 30 秒速学: 精选有用的 React 片段。30-seconds-of-react 的中文版本,已全部完成翻译、上线。
Stars: ✭ 50 (+138.1%)
Mutual labels:  umi
umi-plugin-menus
将 umi 生成的 routes 转换成 tree 结构 menus 数据,开发中可直接引入该文件来进行导航菜单的生成
Stars: ✭ 29 (+38.1%)
Mutual labels:  umi
umi-plugin-md
🍚 Markdown(*.md) component plugin for umi.
Stars: ✭ 16 (-23.81%)
Mutual labels:  umi
pityWeb
🎉一个持续迭代的开源接口测试平台(前端),欢迎大家多提issue多给反馈。 求star⭐,我会努力更新下去的!
Stars: ✭ 25 (+19.05%)
Mutual labels:  umi
datahub
Datahub v2
Stars: ✭ 16 (-23.81%)
Mutual labels:  datahub
egg-view-assets
Manage frontend assets in development and production.
Stars: ✭ 51 (+142.86%)
Mutual labels:  umi
Ant Design Pro
👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
Stars: ✭ 30,909 (+147085.71%)
Mutual labels:  umi

Macaca

umi-plugin-datahub


中文版 | Offical Site

NPM version build status node version umi version npm download

umi plugin for integrating macaca-datahub, which is a GUI-style mock tool that can be used to replace umi's built-in mock solution.

Contributors


xudafeng


sorrycc


PeachScript


snapre


tudou527


ycjcl868

This project follows the git-contributor spec, auto updated at Wed Nov 03 2021 00:03:37 GMT+0800.

Setup

Install it via npm or yarn,

$ npm i umi-plugin-datahub -D

Umi will load this plugin automatically from package.json.

Options

We can specify options for macaca-datahub, such as proxy and store.

export default {
  datahub: {
    proxy: {
      '^/api': {
        hub: 'hubname',
      },
    },
    store: path.join(__dirname, 'data'),
  },
};

Checkout macaca-datahub for more options.

Development

Debug Plugin

$ cd test/fixture
$ npm run dev

Debug UI

# watch build
$ npm run build -- -w
$ cd test/fixture
$ npm run dev:ui

Example

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