Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leizhenpeng/starter-design-common-plugin-vue

A Starter Template For Jsdesign or Figma Plugin Power By Vue
https://github.com/leizhenpeng/starter-design-common-plugin-vue

figma figma-plugin jsdeign jsdesign-plugin

Last synced: about 1 month ago
JSON representation

A Starter Template For Jsdesign or Figma Plugin Power By Vue

Awesome Lists containing this project

README

        

# figma / jsDesign Plugin Starter Power By Vue

A starter template using vue3 and vite for developing jsDesign / figma plugins

![ScreenShoot](./docs/shotScreen_light.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 hook code
```

## change manifest.json
get your own plugin Id, change it in manifest.json

## build

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

## jsDesign / 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 jsDesign plugins: [here](https://js.design/developer-doc/PluginAPI/1.Reference/3.jsDesign)

More about figma plugins: [here](https://www.figma.com/plugin-docs/api/api-reference/)

## Librairy

- [Naive UI](https://www.naiveui.com)

- [Arco Design](https://arco.design/vue/docs/start)

- [TweakPane](https://cocopon.github.io/tweakpane/)

- [VueUse](https://vueuse.org/)