umi-plugin-datahub
v5.3.1
Published
<p align="center"> <a href="//macacajs.github.io/macaca-datahub"> <img alt="Macaca" src="https://macacajs.github.io/macaca-datahub/logo/logo-color.svg" width="160" /> </a> </p>
Downloads
34
Readme
umi-plugin-datahub
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