1.1.0 • Published 4 years ago

vue-scan-com v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

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"
}
1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago