Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leizhenpeng/starter-figma-vue

A Starter Template For Figma Plugin Power By Vue
https://github.com/leizhenpeng/starter-figma-vue

figma figma-plugin starter vite vue3

Last synced: about 1 month ago
JSON representation

A Starter Template For Figma Plugin Power By Vue

Awesome Lists containing this project

README

        

# Figma Plugin Starter Power By Vue

A starter template using vue3 and vite for developing Figma plugins

![ScreenShoot](./docs/shotScreen.png)

## Get started

```
pnpm i
```
## dev

Start a server with the following command to help you style
the plugin UI, thanks to hotreload

```bash
pnpm run dev:ui //dev ui
pnpm run dev:hook // dev figma code
```
## build

Run the following command to compile your plugin to show in figma
```bash
pnpm run build
```

## Figma Developer
"Our developer platform puts the power in your hands to create the tools teams need to improve efficiency, expand functionality, and bring ideas to life. Take a look at our APIs, documentation, guides, and references to get started."

### Documentation

More about Figma plugins: [here](https://www.figma.com/plugin-docs/)
## Librairy

- [Figma UI Styles](https://github.com/thomas-lowry/figma-plugin-ds)
- [Figma utilities](https://figx.cool)
- [Naive UI](https://www.naiveui.com)
- [VueUse](https://vueuse.org/)