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: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
altrusl/vite-plugin-html-injection | A plugin to inject reusable code snippets into HTML files during the build process for faster and more maintainable front-end development. | 21 |
hemengke1997/vite-plugin-public-typescript | A Vite plugin that injects TypeScript into HTML templates to enable type-safe HTML rendering. | 12 |
donnikitos/vite-plugin-html-inject | Splitting and reusing HTML code in a ViteJS project to improve maintainability and flexibility | 60 |
vituum/vite-plugin-juice | Inlines CSS code to HTML via an external processing service | 5 |
shixuanhong/vite-plugin-css-export | A Vite plugin that allows CSS variables to be exported and used in JavaScript, supporting various pre-processors and CSS modules. | 27 |
richardtallent/vite-plugin-singlefile | A Vite plugin that inlines JavaScript and CSS resources into a single HTML file for offline web applications. | 879 |
simonwep/vite-plugin-optimize-css-modules | A plugin that optimizes CSS module class names in production builds | 31 |
letsgetrandy/dicss | A JavaScript module that enables direct injection of CSS styles into HTML documents | 1,351 |
tomjs/vite-plugin-html | A plugin for Vite that handles HTML files, providing compression, loading, and CDN functionality. | 4 |
vituum/vite-plugin-posthtml | Transforms PostHTML syntax into HTML for use in Vite projects | 9 |
zhangfisher/vite-plugin-vue-style-bundler | Automates the bundling and injection of CSS styles into JavaScript bundles used by Vue components. | 7 |
martinandert/babel-plugin-css-in-js | Converts JavaScript inline styles to class names and bundles them into a CSS file | 298 |
zeokku/vite-plugin-vue-css-modules | Automates CSS module replacement in Vue templates and scripts | 18 |
xiaweiss/vite-plugin-ali-oss | Uploads production files to Ali OSS after bundling by Vite. | 33 |
michelebertoli/css-in-js | Compares and showcases different CSS-in-JS techniques used in React applications. | 5,526 |