Skip to content

A starter for creating a Figma Plugin with Vue3, Typescript, and Vite.

Notifications You must be signed in to change notification settings

wendygaoyuan/vue3-figma-plugin-starter

Repository files navigation

Figma Plugin Starter

A starter for creating a Figma Plugin with Vue3, Typescript, and Vite

Install

  • Clone this repo
  • Install
yarn
  • Run dev
yarn dev

Testing in Figma

Open the Figma desktop app, create a new plugin and modify the public/manifest.json file

{
  "name": "your plugin name",
  "id": "your plugin id",
  "api": "1.0.0",
  "main": "code.js",
  "editorType": [
    "figma"
  ],
  "ui": "index.html"
}

Run in Figma

yarn watch

About

A starter for creating a Figma Plugin with Vue3, Typescript, and Vite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published