Home
Softono

Figma Plugin Vue Starter

Open source JavaScript
25
Stars
4
Forks
29
Issues
1
Watchers
3 years
Last Commit

 About Figma Plugin Vue Starter

A Vue.js starter template for building Figma plugins

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Figma Plugin Vue Starter?

We provide expert installation service for this software. Our team will install, configure, and secure Figma Plugin Vue Starter on your server. plans start at just $30.

Figma Plugin Vue Starter

View on GitHub

Vue.js Figma plugin starter

🚀 A Vue.js starter template for building Figma plugins

Get Started

# Clone Repo
git clone https://github.com/jamieecarr/figma-plugin-vue-starter.git [plugin-name]

#Install dependencies
npm install

You'll need to update your manifest.json with your plugin's name and ID.

You can get an ID by registering a new plugin on the Figma desktop app by selecting Create new Plugin in the plugins menu.

Build Setup

# Watch files for local dev
npm run watch

# Build for production
npm run build

Features

✨ Figma Design System built in

✨ ES6 / Typescript support

✨ VueX for state management

✨ Vue Resource for network requests