ether-admin/node_modules/vite
chiguyong eb399474f4 init: ether-admin frontend project
- Vue3 + TypeScript + Ant Design Vue
- Auth, User, Role, Project management pages
- Pinia state management
- Vue Router with auth guard
2026-03-19 09:28:30 +08:00
..
bin init: ether-admin frontend project 2026-03-19 09:28:30 +08:00
dist init: ether-admin frontend project 2026-03-19 09:28:30 +08:00
types init: ether-admin frontend project 2026-03-19 09:28:30 +08:00
LICENSE.md init: ether-admin frontend project 2026-03-19 09:28:30 +08:00
README.md init: ether-admin frontend project 2026-03-19 09:28:30 +08:00
client.d.ts init: ether-admin frontend project 2026-03-19 09:28:30 +08:00
index.cjs init: ether-admin frontend project 2026-03-19 09:28:30 +08:00
index.d.cts init: ether-admin frontend project 2026-03-19 09:28:30 +08:00
package.json init: ether-admin frontend project 2026-03-19 09:28:30 +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.