vue-cli-plugin-vconsole
v1.0.1
Published
VConsole Plugin for [email protected]
Downloads
35
Readme
vue-cli-plugin-vconsole
VConsole Plugin for [email protected]
Install
vue add vconsole
Tips
VConsole Plugin auto enable in the development environment.
You can use the options of the vconsole-webpack-plugin
in the vue config like this:
// vue.config.js or configure in the pagckage.json.
module.exports = {
pluginOptions: {
vconsole: { enable: true /* others... */ }
}
}