Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HcySunYang/vue3-figma-plugin-starter
https://github.com/HcySunYang/vue3-figma-plugin-starter
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/HcySunYang/vue3-figma-plugin-starter
- Owner: HcySunYang
- Created: 2020-07-07T11:05:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T10:50:47.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T18:31:50.686Z (3 months ago)
- Language: JavaScript
- Size: 1.82 MB
- Stars: 113
- Watchers: 2
- Forks: 9
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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