Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/HcySunYang/vue3-figma-plugin-starter


https://github.com/HcySunYang/vue3-figma-plugin-starter

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Vue3 Figma Plugin Starter

Use Vue3 to build figma plugin

- Use `webpack` to develop and build
- Integrate [vue-next-jsx](https://github.com/HcySunYang/vue-next-jsx) for Vue3 `jsx/tsx`
- Everything is out of the box

## Setup

- clone this repo

- install dependencies

```sh
yarn
# or
yarn install
```

- Run dev

```sh
yarn dev
```

- Run your plugin

![Run](https://user-images.githubusercontent.com/14146560/86773592-61602e80-c088-11ea-8ffc-feeba20803e5.png)

![vue3 figma plugin starter](https://user-images.githubusercontent.com/14146560/86773310-19d9a280-c088-11ea-863c-4d9ff113bcc5.png)

## Note

Remember to modify the `name` and `id` in the `manifest.json` file