Docs Cn screenshot

Docs Cn

Author Avatar Theme by Vitejs
Updated: 23 May 2025
855 Stars

Chinese translation of vite.dev

Categories

Overview:

Vite is a new front-end build tool that significantly enhances the front-end development experience. Its Chinese documentation is continuously updated to match the English version, ensuring users have access to the latest information. Users are encouraged to contribute and discuss improvements in the English version repository for the benefit of all languages.

Features:

  • Fast Development Server Startup: Vite offers rapid server startup for efficient development.
  • Lightning-Fast Module Hot Replacement (HMR): Enables quick and seamless updates to modules during development.
  • Rich Functionality: Vite comes with a wide range of features to enhance the development process.
  • Built-in Optimized Build: Vite includes optimization for builds to streamline the process.
  • Versatile Plugin Interface: Offers a universal plugin interface for better customization.
  • Fully Typed API: Vite provides a completely typed API for better development efficiency.

Installation:

To get started with Vite, you can follow these steps:

  1. Install Vite globally using npm:
npm install -g create-vite
  1. Create a new project with Vite:
create-vite my-project
  1. Change directory to your project folder:
cd my-project
  1. Start the development server:
npm run dev
  1. Build your project for production:
npm run build

Summary:

Vite is a cutting-edge front-end build tool that focuses on speed and efficiency, providing developers with a seamless development experience. With features like rapid server startup, module hot replacement, and a versatile plugin interface, Vite empowers developers to create high-quality web applications efficiently. By following the installation guide and contributing to the English version repository, users can make the most of Vite’s capabilities and stay updated with the latest developments.