@xxxxst/vue-hook-webpack-plugin

0.0.1 • Public • Published

vue-hook-webpack-plugin

inject hook to vue, support vue3 or high version

https://github.com/xxxxst/vue-hook-webpack-plugin

install

Using npm:

npm install --save-dev @xxxxst/vue-hook-webpack-plugin

or using yarn:

yarn add @xxxxst/vue-hook-webpack-plugin --dev

Useage

vue.config.js

const VueHookWebpackPlugin = require("@xxxxst/vue-hook-webpack-plugin");

module.exports = {
    // ...
    configureWebpack: config => {
        config.plugins.push(
			new VueHookWebpackPlugin(),
		);
    }
}

License

MIT

LICENSE

/@xxxxst/vue-hook-webpack-plugin/

    Package Sidebar

    Install

    npm i @xxxxst/vue-hook-webpack-plugin

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    5.87 kB

    Total Files

    5

    Last publish

    Collaborators

    • xxxxst