@nkiwi/vdom-launch-editor
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

@nk/vdom-launch-editor

安装

npm i -D @nk/vdom-launch-editor

用法

vue-cli版本:@vue/cli 4.5.3

const vdomLaunchEditorPlugin = require('@nk/vdom-launch-editor/dist/plugin').default

module.exports = {
  chainWebpack: config => {


      config.module
        .rule('vue')
        .use('vdomLaunchEditorLoader')
        .loader('@nk/vdom-launch-editor')
        .after('vue-loader')
        .end()
      config.plugin('vdomLaunchEditorPlugin')
        .use(vdomLaunchEditorPlugin)
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @nkiwi/vdom-launch-editor

Weekly Downloads

2

Version

1.0.6

License

MIT

Unpacked Size

14.4 kB

Total Files

20

Last publish

Collaborators

  • new_kiwi