Useful Links
Computer Science
Other Tools and Technologies
Vite Build Tool
1. Introduction to Vite
2. Getting Started
3. Core Concepts
4. Configuration
5. Asset Handling and Features
6. Framework Integration
7. Plugin System
8. Advanced Usage
9. Migration Strategies
Core Concepts
Development Server Architecture
No-bundle Development Approach
Direct ESM Serving
Performance Benefits
Native ES Module Support
Module Resolution Process
Import Handling
On-demand Compilation
File Change Detection
Incremental Processing
Dependency Pre-bundling
esbuild Integration
Pre-bundling Speed
Large Dependency Handling
Dependency Caching
Cache Storage Location
Cache Invalidation Rules
Module Format Conversion
CommonJS to ESM
UMD Module Handling
Hot Module Replacement
HMR Mechanism
Module Graph Updates
State Preservation
HMR API Usage
Module Update Acceptance
Custom Update Handlers
Framework HMR Integration
React Fast Refresh
Vue HMR Support
Production Build Process
Rollup Integration
Bundle Generation
Tree Shaking
Code Splitting Implementation
Dynamic Import Handling
Chunk Organization
Asset Optimization
Code Minification
Asset Hashing
Small Asset Inlining
Previous
2. Getting Started
Go to top
Next
4. Configuration