budibase/packages/standard-components/node_modules/vite
Martin McKeaveney 990882f9db allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
..
bin allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
dist allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
node_modules/.bin allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
scripts allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
src allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
types allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
CHANGELOG.md allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
LICENSE.md allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
README.md allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
api-extractor.json allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
client.d.ts allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
package.json allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
rollup.config.js allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
tsconfig.base.json allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01: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.