@vuensight/parser
v0.1.8
Published
This parser extracts information regarding the dependencies and their used props, events and slots of a given Vue.js project.
Readme
@vuensight/parser
The parser extracts information about component dependencies as well as their used props/events/slots of a given Vue.js project.
Development
Compile typescript files to dist folder
npm run buildRun eslint
npm run lintRun unit tests + coverage
npm testRun unit test watcher
npm run test:watch