Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leizhenpeng/starter-figma-vue
- Owner: Leizhenpeng
- Created: 2022-09-14T13:17:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T09:11:47.000Z (about 2 years ago)
- Last Synced: 2025-01-04T03:41:39.668Z (about 1 month ago)
- Topics: figma, figma-plugin, starter, vite, vue3
- Language: Vue
- Homepage:
- Size: 949 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```
## devStart 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
```
## buildRun 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/)