# focusany-plugin-example **Repository Path**: modstart-lib/focusany-plugin-example ## Basic Information - **Project Name**: focusany-plugin-example - **Description**: FocusAny 插件开发示例 | FocusAny Plugin Example - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: https://focusany.com - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-12-16 - **Last Updated**: 2025-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FocusAny 插件开发示例 ## BasicExample 原生 HTML、CSS、JS 开发,无任何框架,可以查看到最基础的插件开发方式。 ## FileEditorExample 基于 vue3 + vite + tailwindcss 开发的基础文件编辑器,可以使用很轻量的方式集成一些文件编辑器。 ## ReactExample 基于 react + vite + tailwindcss 开发的插件示例。 ## VueExample 基于 vue3 + vite + tailwindcss 开发的插件示例,可以查看到如何使用 vue3 开发插件。