# ts-myplugin-demo **Repository Path**: kevinleeeee/ts-myplugin-demo ## Basic Information - **Project Name**: ts-myplugin-demo - **Description**: 案例:插件开发 面向对象的方式去开发一个插件库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-07 - **Last Updated**: 2022-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 插件开发 **案例:插件开发** 面向对象的方式去开发一个插件库 **技术:**`vite` + `ts` + 面向对象 + 原生 **插件:** - `MyAlert`:弹出一个警告模态框 **继承关系:** ```mermaid graph TB; id3(Class Alert) -.extend.-> id2(Class Template) ``` **源码地址:** https://gitee.com/kevinleeeee/ts-myplugin-demo