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
Getting Started
Prerequisites
Node.js Requirements
Package Manager Options
npm
yarn
pnpm
Operating System Support
Installation Methods
Global Installation
Local Project Installation
Project Creation
Using create-vite Tool
Interactive Setup Process
Template Selection
Community Templates
Finding Templates
Template Customization
Project Structure Overview
Entry Point Configuration
index.html Role
Development vs Production
Source Directory Organization
src Directory Structure
Main Entry Files
Public Directory Usage
Static Asset Serving
Asset Reference Methods
Configuration File
vite.config.js Purpose
Basic Configuration Structure
Essential CLI Commands
Development Server
dev Command Usage
Available Options
Production Build
build Command Usage
Output Configuration
Build Preview
preview Command Usage
Local Server Setup
Previous
1. Introduction to Vite
Go to top
Next
3. Core Concepts