monitoring/web/monit_web/node_modules/vite
qiangyanwen 2a13709dc8 testcase 2022-06-19 10:12:23 +08:00
..
bin testcase 2022-06-19 10:12:23 +08:00
dist testcase 2022-06-19 10:12:23 +08:00
scripts testcase 2022-06-19 10:12:23 +08:00
src testcase 2022-06-19 10:12:23 +08:00
types testcase 2022-06-19 10:12:23 +08:00
CHANGELOG.md testcase 2022-06-19 10:12:23 +08:00
LICENSE.md testcase 2022-06-19 10:12:23 +08:00
README.md testcase 2022-06-19 10:12:23 +08:00
api-extractor.json testcase 2022-06-19 10:12:23 +08:00
client.d.ts testcase 2022-06-19 10:12:23 +08:00
package.json testcase 2022-06-19 10:12:23 +08:00
rollup.config.js testcase 2022-06-19 10:12:23 +08:00
tsconfig.base.json testcase 2022-06-19 10:12:23 +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.