all c587792783 项目初始化 5 years ago
..
src c587792783 项目初始化 5 years ago
README.md c587792783 项目初始化 5 years ago
index.js c587792783 项目初始化 5 years ago

README.md

Vue Filename Injector

Inject the file path of the .vue on this.$options.__source.

Usage

vue.config.js:

const VueFilenameInjector = require('./path/to/vue-filename-injector')

module.exports = {

  chainWebpack: config => {
    // only with chainWebpack
    VueFilenameInjector(config, {
      propName: '__source' // default
    })
  }
}

Relevant

https://github.com/neutrinojs/webpack-chain https://vue-loader.vuejs.org/guide/custom-blocks.html