You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starter template for [unplugin](https://github.com/unjs/unplugin).
6
-
7
-
## Template Usage
8
-
9
-
To use this template, clone it down using:
10
-
11
-
```bash
12
-
npx degit unplugin/unplugin-starter my-unplugin
13
-
```
14
-
15
-
And do a global replacement of `unplugin-starter` with your plugin name.
16
-
17
-
Then you can start developing your unplugin 🔥
18
-
19
-
To test your plugin, run: `pnpm run dev`
20
-
To release a new version, run: `pnpm run release`
5
+
An unplugin that wraps the [Stencil](https://stenciljs.com/) compiler to be used within Astro, Esbuild, Nuxt, Rollup, rspack, Vite and Webpack etc. environments.
0 commit comments