From 30c41065a2112a4a283fe1d8417e2f33d39e4c4a Mon Sep 17 00:00:00 2001 From: Alexandre Brondel Date: Wed, 11 Feb 2026 17:31:13 +0100 Subject: [PATCH] Add Figvue to community starters --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94e11a7..67f46e3 100644 --- a/README.md +++ b/README.md @@ -327,6 +327,7 @@ Create rectangles! This demonstrates: - [Create Figma Plugin](https://yuanqing.github.io/create-figma-plugin/) - A comprehensive toolkit for developing Figma plugins. - [Figma Plugin Boilerplate](https://github.com/thomas-lowry/figma-plugin-boilerplate) - A starter project for creating Figma Plugins with HTML, CSS (+ SCSS) and vanilla Javascript without any frameworks. - [Figsvelte](https://github.com/thomas-lowry/figsvelte) - A boilerplate for creating Figma plugins using Svelte. +- [Figvue](https://github.com/alexbrndl/figvue) - A boilerplate for creating Figma plugins using Vue 3, TypeScript, and Vite. - [Figplug](https://rsms.me/figplug/) - A small program for building Figma plugins. It offers all the things you need for most projects: TypeScript, React/JSX, asset bundling, plugin manifest generation, etc. - [Plugma](https://github.com/gavinmcfarland/plugma) - A CLI for simplifying creating plugins. It uses a local dev server for faster development and better debugging. Built with Vite, so it supports most frameworks, with more being added. - [Figma Kit](https://github.com/tigranpetrossian/figma-kit) - A set of React components for building Figma plugins.