1.0.1 • Published 6 years ago

vue-cli-plugin-vconsole v1.0.1

Weekly downloads
47
License
MIT
Repository
github
Last release
6 years ago

vue-cli-plugin-vconsole

VConsole Plugin for vue-cli@3.0

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... */ }
  }
}