1.0.0 • Published 1 year ago

mock-tool-vue2 v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Mock Tool

A mock tool for Vue2

Usage

vue.config.js

module.exports = { 
devServer: {
    port: 3000,
    disableHostCheck: true,
    https: false,
    proxy: require('mock-tool')(
      ['http://a.com'],
      ['/api'],
      { logLevel: 'debug' }
    ),
  },
}
1.0.0

1 year ago