5.3.1 • Published 4 years ago
umi-plugin-datahub v5.3.1
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 -DUmi 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 devDebug UI
# watch build
$ npm run build -- -w
$ cd test/fixture
$ npm run dev:uiExample
LICENSE
MIT
5.3.1
4 years ago
5.2.0
4 years ago
5.0.1
6 years ago
5.0.0
6 years ago
4.1.0
6 years ago
4.0.0
6 years ago
4.0.0-beta.1
6 years ago
4.0.0-beta.0
6 years ago
4.0.0-0
6 years ago
3.2.1
6 years ago
3.2.0
6 years ago
3.1.0
6 years ago
3.0.0
7 years ago
3.0.0-beta.2
7 years ago
3.0.0-beta.1
7 years ago
2.0.3
7 years ago
2.0.2
7 years ago
2.0.1
7 years ago
2.0.0
7 years ago
0.2.0
7 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago