vue-multifile-loader

15.0.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/

    Package Sidebar

    Install

    npm i vue-multifile-loader

    Weekly Downloads

    138

    Version

    15.0.1

    License

    MIT

    Unpacked Size

    8.64 kB

    Total Files

    18

    Last publish

    Collaborators

    • rainfore