1.0.5 • Published 3 years ago

@vdem/vue-component-manifest v1.0.5

Weekly downloads
81
License
-
Repository
-
Last release
3 years ago

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

PropsDescriptionDefault
srcDirSource directory for scanning./src
outputDirOutput directory for yaml configurationmanifests
manifestFileFind manifest file by namemanifest.json
artifactFileFind artifact file by namesettings.gradle
typeEnvironment type: system, externalexternal
1.0.5

3 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago