项目作者: jacksplwxy

项目描述 :
the vConsole for Vue CLI3 plugins
高级语言: JavaScript
项目地址: git://github.com/jacksplwxy/vue-cli-plugin-vConsole.git
创建时间: 2019-05-17T13:58:26Z
项目社区:https://github.com/jacksplwxy/vue-cli-plugin-vConsole

开源协议:

下载


vue-cli-plugin-vConsole

npm version
npm downloads

the vConsole for Vue CLI3 plugins

Install

  1. vue add vconsole2

or

  1. 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:

  1. // vue.config.js or configure in the pagckage.json.
  2. module.exports = {
  3. pluginOptions: {
  4. vconsole: { enable: true /* others... */ }
  5. }
  6. }