@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.
Downloads
317
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 build
Run eslint
npm run lint
Run unit tests + coverage
npm test
Run unit test watcher
npm run test:watch