src/
└── views/
    ├── KeyNodeRecognition1.vue      (主文件)
    └── KeyNodeRecognition1/         (子组件文件夹)
        ├── OpinionLeaders.vue
        ├── PelosiGraph.vue
        ├── LeaderAnalysis.vue
        ├── EventHeatmap.vue
        ├── PostDynamics.vue
        └── WordCloud.vue
Signed-off-by: changyunju <2743319061@qq.com>
		
	
					 | 
			||
|---|---|---|
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| Readme.md | ||
| SocialNetworks.7z | ||
| SocialNetworks.zip | ||
| vite.config.js | ||
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.