https://github.com/ewilan-riviere/unplugin-svg-transformer-example
Example of unplugin-svg-transformer
https://github.com/ewilan-riviere/unplugin-svg-transformer-example
stackblitz svg unplugin
Last synced: 10 months ago
JSON representation
Example of unplugin-svg-transformer
- Host: GitHub
- URL: https://github.com/ewilan-riviere/unplugin-svg-transformer-example
- Owner: ewilan-riviere
- License: mit
- Created: 2023-09-27T07:40:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T17:39:59.000Z (over 2 years ago)
- Last Synced: 2025-02-02T09:43:22.092Z (11 months ago)
- Topics: stackblitz, svg, unplugin
- Language: TypeScript
- Homepage: https://stackblitz.com/github/ewilan-riviere/unplugin-svg-transformer-example?file=README.md
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of `unplugin-svg-transformer`
Example of usage of [`unplugin-svg-transformer`](https://github.com/kiwilan/unplugin-svg-transformer) with [`vite`](https://vitejs.dev/) for [Stackblitz](https://stackblitz.com/github/ewilan-riviere/unplugin-svg-transformer-example?file=README.md).
This example use [Vite](https://vitejs.dev/) and [Vue 3](https://vuejs.org/).
## Usage
Download dependencies.
```bash
pnpm i
```
Run the dev server.
```bash
pnpm dev
```
Build the project.
```bash
pnpm build
```
## License
[MIT](./LICENSE)