Summary
Directory Structure
Directory structure:└── andfanilo-streamlit-component-template-vue/├── README.md├── LICENSE├── MANIFEST.in├── setup.py└── my_component/├── __init__.py└── frontend/├── babel.config.js├── package.json├── tsconfig.json├── vue.config.js├── .browserslistrc├── .eslintrc.js├── .prettierrc├── public/│ └── index.html└── src/├── App.vue├── main.ts├── MyComponent.vue├── shims-vue.d.ts└── streamlit/├── index.ts├── StreamlitVue.ts└── WithStreamlitConnection.vue