@vdem/vue-component-manifest

Plugin find all manifest.json file in src directory and create yaml configurations.

Usage no npm install needed!

<script type="module">
  import vdemVueComponentManifest from 'https://cdn.skypack.dev/@vdem/vue-component-manifest';
</script>

README

Vue component manifest webpack plugin

Plugin find all manifest.json file in src directory and create yaml configurations.

Usage

vue.config.js

var vueComponentManifestPlugin = require('@vdem/vue-component-manifest');

module.exports = {
  configureWebpack: {
    plugins: [new vueComponentManifestPlugin()],
  },
};

Plugin options

Props Description Default
srcDir Source directory for scanning ./src
outputDir Output directory for yaml configuration manifests
manifestFile Find manifest file by name manifest.json
artifactFile Find artifact file by name settings.gradle
type Environment type: system, external external