Skip to content

Vue-scan-comp - This package is used to scan the given component used under which other components

Notifications You must be signed in to change notification settings

errajswami/vue-scan-com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Install package by using

    npm i vue-scan-com
  2. Add following line at scripts of package.json

    {
        "vueScanCom" : "node node_modules/vue-scan-com"
    }
  3. Run

    npm vueScanCom component_name

Config file

Create vue-scan-com.config.json in root of project
Following are available options

{
    "patternToMatchFileNames": "**/**.vue"
}

About

Vue-scan-comp - This package is used to scan the given component used under which other components

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published