|
@@ -8,12 +8,6 @@ For more information about the STDF Icon component, please refer to the [Icon Gu
|
|
|
|
|
|
|
|
# Installation
|
|
# Installation
|
|
|
|
|
|
|
|
-With BUN:
|
|
|
|
|
-
|
|
|
|
|
-```bash
|
|
|
|
|
-bun i rollup-plugin-stdf-icon -D
|
|
|
|
|
-```
|
|
|
|
|
-
|
|
|
|
|
Using PNPM:
|
|
Using PNPM:
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
@@ -26,6 +20,12 @@ Using NPM:
|
|
|
npm i rollup-plugin-stdf-icon -D
|
|
npm i rollup-plugin-stdf-icon -D
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
+With BUN:
|
|
|
|
|
+
|
|
|
|
|
+```bash
|
|
|
|
|
+bun i rollup-plugin-stdf-icon -D
|
|
|
|
|
+```
|
|
|
|
|
+
|
|
|
# Usage
|
|
# Usage
|
|
|
|
|
|
|
|
Configure the plugin in vite.config.js or vite.config.ts:
|
|
Configure the plugin in vite.config.js or vite.config.ts:
|