Add additional customized shortcut key population for vite4. If the current version of vite does not support shortcut keys, add the shortcut key function
Die Hauptfunktionen von kinfuy/vite-plugin-shortcuts sind: Development Helpers.
Open-Source-Alternativen zu kinfuy/vite-plugin-shortcuts sind unter anderem: aleclarson/vite-tsconfig-paths — Support for TypeScript's path mapping in Vite. antfu/unplugin-auto-import — unplugin-auto-import is a build-time import automation plugin and AST-based code transformer. It analyzes source code… antfu/vite-plugin-inspect — Inspect the intermediate state of Vite plugins. antfu/vite-plugin-restart — Custom files/globs to restart Vite server. aphex/vite-plugin-ngrok — A Vite plugin for seamless integration with ngrok, allowing you to easily share your local development server with… a3mitskevich/vite-font-extractor-plugin — Vite plugin for extracting glyphes by ligatures from font and creating new minimized fonts with them.
Support for TypeScript's path mapping in Vite
unplugin-auto-import is a build-time import automation plugin and AST-based code transformer. It analyzes source code to identify missing identifiers and automatically injects the required import statements during the bundling process. The project functions as a cross-bundler build plugin, providing a unified abstraction layer that ensures consistent behavior across Vite, Webpack, and Rollup. It utilizes a pattern-based module resolver to scan local directories via glob patterns and employs a TypeScript declaration generator to maintain type definition files for IDE autocompletion. Its capab
Inspect the intermediate state of Vite plugins
Vite plugin for extracting glyphes by ligatures from font and creating new minimized fonts with them