vue-cli-plugin-vconsole2

1.1.0 • Public • Published

vue-cli-plugin-vConsole

npm version npm downloads

the vConsole for Vue CLI3 plugins

Install

vue add vconsole2

or

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:

// vue.config.js or configure in the pagckage.json.
module.exports = {
  pluginOptions: {
    vconsole: { enable: true /* others... */ }
  }
}

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i vue-cli-plugin-vconsole2

    Weekly Downloads

    14

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    1.88 kB

    Total Files

    3

    Last publish

    Collaborators

    • jacksplwxy