svelte-figma-plugin-template

Svelte Figma Plugin Template

Template for building figma plugin with Svelte

Figma plugin template with Svelte

This is a project template for figma plugin that use Svelte

To create a new plugin for figma that based on this template use degit:

npx degit VoloshchenkoAl/svelte-figma-plugin-template figma-plugin
cd figma-plugin

Note that you will need to have Node.js installed.

Get started

Install the dependencies...

cd figma-plugin
npm install

...then start Rollup:

npm run dev

This will run your app in watch mode

Building and running in production mode

To create an optimised version of the app:

npm run build

Using TypeScript

Be default project use TypeScript

Top categories

Loading Svelte Themes