https://github.com/bd808/luisa-vue3-figma-prototype
POC of using Luisa to make prototypes from Figma files
https://github.com/bd808/luisa-vue3-figma-prototype
Last synced: 5 months ago
JSON representation
POC of using Luisa to make prototypes from Figma files
- Host: GitHub
- URL: https://github.com/bd808/luisa-vue3-figma-prototype
- Owner: bd808
- License: mit
- Created: 2025-01-28T21:40:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T01:44:33.000Z (over 1 year ago)
- Last Synced: 2025-06-14T11:43:41.005Z (about 1 year ago)
- Language: Makefile
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Luisa Vue3 Figma prototype POC
==============================
A proof of concept experiment of using [Luisa][] to convert [Figma][] designs
into functional prototypes. Bootstrapped via the [luisa-vue3-starter][] git
template by [@KlausSchaefers][].
Usage
-----
```
$ make .env
$ vim .env
# Set VUE_APP_FIGMA_FILE to the file name.
# This is the path component after `https://www.figma.com/design/`
# Set VUE_APP_FIGMA_ACCESS_KEY to your read-only API key.
# WARNING: the API key will be available in the browser at runtime!
# :wq
$ make start tail
# Wait for initial compile to finish
$ open http://localhost:8080/
```
[Luisa]: https://luisa.cloud/help.html#/
[Figma]: https://www.figma.com/
[luisa-vue3-starter]: https://github.com/KlausSchaefers/luisa-vue3-starter
[@KlausSchaefers]: https://github.com/KlausSchaefers