1.1.0 • Published 6 years ago
vue-scan-com v1.1.0
vue-scan-com
This package is used to find out the given component is used under which other components as child component.
How to use
Install package by using
npm i vue-scan-comAdd following line at
scriptsofpackage.json{ "vueScanCom" : "node node_modules/vue-scan-com" }Run
npm vueScanCom component_name
Config file
Create vue-scan-com.config.json in root of project
Following are available options
{
"patternToMatchFileNames": "**/**.vue"
}