https://github.com/vituum/vite-plugin-posthtml
⚡️💡 Vite plugin for PostHTML, transforms PostHTML syntax into HTML
https://github.com/vituum/vite-plugin-posthtml
Last synced: 5 months ago
JSON representation
⚡️💡 Vite plugin for PostHTML, transforms PostHTML syntax into HTML
- Host: GitHub
- URL: https://github.com/vituum/vite-plugin-posthtml
- Owner: vituum
- License: mit
- Created: 2022-08-21T12:43:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T11:51:50.000Z (over 1 year ago)
- Last Synced: 2024-10-13T11:58:16.510Z (6 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-vite - @vituum/vite-plugin-posthtml - PostHTML support, transforms syntax to `.html`. (Plugins / Framework-agnostic Plugins)
- awesome-vite - @vituum/vite-plugin-posthtml - PostHTML support, transforms syntax to `.html`. (Plugins / Framework-agnostic Plugins)
README
# ⚡️💡 VitePostHTML
```js
import posthtml from '@vituum/vite-plugin-posthtml'export default {
plugins: [
posthtml()
]
}
```* Read the [docs](https://vituum.dev/plugins/posthtml.html) to learn more about the plugin options.
* Use with [Vituum](https://vituum.dev) to get multi-page support.### Requirements
- [Node.js LTS (16.x)](https://nodejs.org/en/download/)
- [Vite](https://vitejs.dev/)