vite-plugin-css-injected-by-js
CSS injector
A Vite plugin that injects CSS into HTML pages using JavaScript
A Vite plugin that takes the CSS and adds it to the page through the JS. For those who want a single JS file.
432 stars
3 watching
26 forks
Language: TypeScript
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A plugin to inject reusable code snippets into HTML files during the build process for faster and more maintainable front-end development. | 21 |
| A Vite plugin that injects TypeScript into HTML templates to enable type-safe HTML rendering. | 12 |
| Splitting and reusing HTML code in a ViteJS project to improve maintainability and flexibility | 60 |
| Inlines CSS code to HTML via an external processing service | 5 |
| A Vite plugin that allows CSS variables to be exported and used in JavaScript, supporting various pre-processors and CSS modules. | 27 |
| A Vite plugin that inlines JavaScript and CSS resources into a single HTML file for offline web applications. | 881 |
| A plugin that optimizes CSS module class names in production builds | 31 |
| A JavaScript module that enables direct injection of CSS styles into HTML documents | 1,351 |
| A plugin for Vite that handles HTML files, providing compression, loading, and CDN functionality. | 4 |
| Transforms PostHTML syntax into HTML for use in Vite projects | 9 |
| Automates the bundling and injection of CSS styles into JavaScript bundles used by Vue components. | 7 |
| Converts JavaScript inline styles to class names and bundles them into a CSS file | 298 |
| Automates CSS module replacement in Vue templates and scripts | 18 |
| Uploads production files to Ali OSS after bundling by Vite. | 33 |
| Compares and showcases different CSS-in-JS techniques used in React applications. | 5,526 |