Fourth-assignment-vue/node_modules/vite
hezi66677 d61153663c 前端 2024-11-08 11:03:26 +08:00
..
bin 前端 2024-11-08 11:03:26 +08:00
dist 前端 2024-11-08 11:03:26 +08:00
scripts 前端 2024-11-08 11:03:26 +08:00
src 前端 2024-11-08 11:03:26 +08:00
types 前端 2024-11-08 11:03:26 +08:00
CHANGELOG.md 前端 2024-11-08 11:03:26 +08:00
LICENSE.md 前端 2024-11-08 11:03:26 +08:00
README.md 前端 2024-11-08 11:03:26 +08:00
api-extractor.json 前端 2024-11-08 11:03:26 +08:00
client.d.ts 前端 2024-11-08 11:03:26 +08:00
package.json 前端 2024-11-08 11:03:26 +08:00
rollup.config.js 前端 2024-11-08 11:03:26 +08:00
tsconfig.base.json 前端 2024-11-08 11:03:26 +08:00

README.md

vite

Next Generation Frontend Tooling

  • 💡 Instant Server Start
  • Lightning Fast HMR
  • 🛠️ Rich Features
  • 📦 Optimized Build
  • 🔩 Universal Plugin Interface
  • 🔑 Fully Typed APIs

Vite (French word for "fast", pronounced /vit/) is a new breed of frontend build tool that significantly improves the frontend development experience. It consists of two major parts:

In addition, Vite is highly extensible via its Plugin API and JavaScript API with full typing support.

Read the Docs to Learn More.