unplugin-auto-import
API importer
Automates API imports for multiple build tools and frameworks
Auto import APIs on-demand for Vite, Webpack and Rollup
3k stars
12 watching
198 forks
Language: TypeScript
last commit: 7 days ago
Linked from 2 awesome lists
rollup-pluginunpluginvite-pluginwebpack-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
unplugin/unplugin-vue-components | An on-demand component auto-importing plugin for Vue. | 3,835 |
babel/babel-loader | Transpiles JavaScript files using Babel for compatibility with older browsers and versions of Node.js | 4,826 |
webpack-contrib/css-loader | A module for webpack that interprets CSS functions like @import and url() like import/require() | 4,311 |
nekr/offline-plugin | A plugin for Webpack that enables offline support by caching assets using ServiceWorker and AppCache. | 4,516 |
hunterliu1003/vue-automatic-import-loader | Automatically imports Vue components with specified tags from relative paths | 24 |
webpack/webpack | A tool for bundling and processing JavaScript modules and other resources into optimized bundles for web applications. | 64,791 |
unplugin/unplugin-icons | An icon bundling and management tool for web applications | 4,102 |
anthonygore/html-critical-webpack-plugin | A Webpack plugin that extracts critical CSS from HTML files and inlines it into the page. | 447 |
entwicklerstube/babel-plugin-root-import | A Babel plugin that allows importing modules with root-based paths | 1,176 |
agirton/webpack-babel-codemod | A codemod script to transform commonjs import statements in JavaScript files to ES2015 imports | 4 |
petehunt/webpack-howto | A comprehensive guide to using webpack for managing JavaScript application bundles and assets | 10,108 |
googlechromelabs/webpack-libs-optimizations | Optimization techniques for reducing bundle size when using libraries in Webpack projects | 3,366 |
import-js/eslint-plugin-import | A tool that helps catch errors and enforce best practices in JavaScript import statements. | 5,558 |
django-webpack/django-webpack-loader | A tool that integrates Webpack bundles into Django templates | 2,523 |
coderhyh/unplugin-auto-export | Automates maintenance of export statements in index.ts files for Vite and Webpack projects | 29 |