Version: 0.0.1
A boilerplate for creating Figma plugins using Vue.js 3 Composition API for the UI and TypeScript for the plugin code. It's based on the figma-plugin-ds-vue repo by alexwidua.
Made by: sotoijuan.com
- UI: Vue.js 3
- Build Tool: Vite
- Language: TypeScript
- Node
- Node Version Manager (nvm)
nvm use
npm install
manifest.json
:
npm run dev
npm run build
- Analyticis
- Add more figma DS components
- RPCT implemented or a simple way to know the Messages that can be sent between the UI and the Code.