Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alxmtr/vite-plugin-posthtml

A PostHTML plugin for Vite
https://github.com/alxmtr/vite-plugin-posthtml

posthtml vite vite-plugin

Last synced: 19 days ago
JSON representation

A PostHTML plugin for Vite

Awesome Lists containing this project

README

        

# vite-plugin-posthtml
A [PostHTML](https://github.com/posthtml/posthtml) plugin for [Vite](https://vitejs.dev)

## Install
```bash
npm i @alxmtr/vite-plugin-posthtml
```

## Usage
Edit your `vite.config.js` file:
```js
import posthtmlPlugin from '@alxmtr/vite-plugin-posthtml'

export default {
plugins: [
posthtmlPlugin({
options: {
// ...
},
plugins: [
// ...
],
}),
],
}
```

## Options

### `options`
[PostHTML parser options](https://posthtml.org/#/core?id=posthtml-options)

### `plugins`
[PostHTML plugins](https://github.com/posthtml/posthtml#plugins)