JSPM

vue-multifile-loader-v2

15.0.1-beta.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q10564F
  • License MIT

Webpack loader for multifile Vue components.

Package Exports

  • vue-multifile-loader-v2

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-multifile-loader-v2) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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 },
    ],
}