This package is used to find out the given component is used under which other components as child component.
-
Install package by using
npm i vue-scan-com
-
Add following line at
scriptsofpackage.json{ "vueScanCom" : "node node_modules/vue-scan-com" } -
Run
npm vueScanCom component_name
Create vue-scan-com.config.json in root of project
Following are available options
{
"patternToMatchFileNames": "**/**.vue"
}