@hippy/hippy-vue-devtools-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@hippy/hippy-vue-devtools-plugin

support vue devtools in Hippy

Usage

const hippyVueDevtoolsPlugin = require('@hippy/hippy-vue-devtools-plugin');

module.exports = {
  // add this plugin to webpack config
  plugins: [
    new InjectVueDevtoolsPlugin({
      protocol: 'http',
      host: 'localhost',
      port: 38989,
    }),
  ],
  // or use @hippy/debug-server-next to auto enable this plugin
  devServer: {
    remote: {
      protocol: 'http',
      host: 'localhost',
      port: 38989,
    },
    vueDevtools: true,
  }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    24
    • latest

Version History

Package Sidebar

Install

npm i @hippy/hippy-vue-devtools-plugin

Weekly Downloads

27

Version

0.1.0

License

MIT

Unpacked Size

526 kB

Total Files

9

Last publish

Collaborators

  • raypro
  • zealotchen
  • xuqingkuang
  • zoomchan-cxj
  • ilikethese
  • ivanfanwu
  • chestershen