# 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.
# Watch files for local dev
npm run watch
# Build for production
npm run build
✨ Figma Design System built in
✨ ES6 / Typescript support
✨ VueX for state management
✨ Vue Resource for network requests