Skip to content

vusion/vue-multifile-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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