[Vuejs]-All Parent-Child relationships Vue Components

0👍

You’ll have to make use of one of the JS parsers to do this. You’ll probably also have to integrate it with vue-loader in order to extract the script block.

https://esprima.org/

https://github.com/acornjs/acorn

Leave a comment