umijs-plugin-vconsole
v0.0.9
Published
## Install
Readme
umijs-plugin-vconsole

Install
# or yarn
$ npm install$ npm run build --watch
$ npm run startUsage
Configure in .umirc.js,
export default {
plugins: ['umijs-plugin-vconsole'],
};More configuration click here
export default {
vconsole: {
defaultPlugins: ['system', 'network', 'element', 'storage'],
onReady: true,
hidden:false,
debug: true
},
};Options
LICENSE
MIT
