/figma-plugin-vue-starter

This is an experiment. This "starter-kit" let's you build an figma-plugin with vue.

Primary LanguageCSS

figma-plugin-vue-starter

Screenshot

This is an experiment. This "starter-kit" let's you build an figma-plugin with vue.

Figma Plugin Documentation

Project setup

Run

npm install
npm run build

Open the dist/manifest.json with figma.

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit