分析vue文件依赖关系
"@tkskto/vue-component-analyzer": "^0.10.0",
import {getImportDeclarationTree} from '@tkskto/vue-component-analyzer';
const jsonOfTree = getImportDeclarationTree('../../src/views/public/demo/index.vue');
console.log(jsonOfTree)
"@tkskto/vue-component-analyzer": "^0.10.0",
import {getImportDeclarationTree} from '@tkskto/vue-component-analyzer';
const jsonOfTree = getImportDeclarationTree('../../src/views/public/demo/index.vue');
console.log(jsonOfTree)