vue-multifile-loader-v2

15.0.1-beta.1 • Public • Published

vue-multifile-loader

Sync to vue-loader@13.5.0

Equivalent

/sample.vue
    index.js
    index.html
    index.css

<=> sample.vue(Single File)

More Features

index.md
test.js
module.css

Webpack Config

module: {
    rules: [
        { test: /\.vue[\\/]index\.js$/, loader: 'vue-multifile-loader', options: same_as_vue_loader },
    ],
}

/vue-multifile-loader-v2/

    Package Sidebar

    Install

    npm i vue-multifile-loader-v2

    Weekly Downloads

    3

    Version

    15.0.1-beta.1

    License

    MIT

    Unpacked Size

    25.9 kB

    Total Files

    21

    Last publish

    Collaborators

    • sonicscrewdriver