A starter template using Vue 3 and Vite for developing Figma plugins.
git clone https://github.com/antonijap/vue-figma-starter.git your-plugin-name
npm install
npm run reset
npm run watch
src/App.vue
to start coding the Plugin UI and Figma/code.js
to interact with Figma API.Go to plugins and import plugin with the manifest.json
file. The manifest is located in the root of the folder.
Consult with Figma's documentation for a detailed guide on how to publish your plugin to the Figma community.
Remember to generate a new ID field for the manifest.json
when you are ready to publish.
✅ Vue 3
✅ Pinia 2
✅ Tailwind 3
This project is open to contributions and improvements from the community! We believe that collective knowledge can create the best tools. If you have ideas for enhancements, new features, or spot any bugs, don't hesitate to submit an issue or a pull request. If you have any questions, need help getting started, or simply want to discuss something, feel free to reach out at [email protected]. Let's make this project better together!
This project is licensed under the terms of the MIT license. See LICENSE for more details.