0.0.3 • Published 3 years ago

vue-component-dependencies v0.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

Vue Component dependencies

A node cli for analyze vue components dependencies.

Usage

$ npx vue-component-dependencies -p yourRootFile.js

If you want to exclude any modules

$ npx vue-component-dependencies -p yourRootFile.js -i module1,module2,module3