goto-vue-component-loader

1.0.3 • Public • Published

goto-vue-loader (quickly open IDE by click browser component area) npm

hyperscript tagged markup demo

Surport IDE

  • vscode
  • sublime

Installation

  npm install -g goto-vue-component-loader

Usage

Note This loader only surport Development Enviroment。

webpack.dev.config.js:

  const GotoVueComponentLoaderPlugin = require('goto-vue-component-loader/plugin');

  ...
  module: {
            rules: [{
                test: /.vue$/,
                loader: 'goto-vue-component-loader',
                exclude: [/node_modules/],
                enforce: 'pre'
            }]
            ...
        },

  ...
  plugins: [new GotoVueComponentLoaderPlugin()]
  ...

Other

Readme

Keywords

none

Package Sidebar

Install

npm i goto-vue-component-loader

Weekly Downloads

3

Version

1.0.3

License

ISC

Unpacked Size

16.6 kB

Total Files

6

Last publish

Collaborators

  • charlie_lau