the vConsole for Vue CLI3 plugins
npm install vue-cli-plugin-vconsole2

the vConsole for Vue CLI3 plugins
Shell
vue add vconsole2
`
or
` Shell
vue add vue-cli-plugin-vconsole2
`Tips
The vConsole plugin is closed by default in production.
You can use the options of the vconsole-webpack-plugin in the vue config like this:
` JavaScript
// vue.config.js or configure in the pagckage.json.
module.exports = {
pluginOptions: {
vconsole: { enable: true / others... / }
}
}
``