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

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

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)