Skip to content

vite

Next generation frontend tooling. It's fast!

Package Information

  • Domain: vitejs.dev
  • Name: vite
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install vite

Programs

This package provides the following executable programs:

  • vite

Available Versions

Show all 112 versions
  • 7.1.4, 7.1.3, 7.1.2, 7.1.1, 7.1.0
  • 7.0.6, 7.0.5, 7.0.4, 7.0.3, 7.0.2
  • 7.0.1, 7.0.0, 6.3.5, 6.3.3, 6.3.2
  • 6.3.1, 6.3.0, 6.2.5, 6.2.4, 6.2.2
  • 6.2.1, 6.2.0, 6.1.3, 6.1.1, 6.1.0
  • 6.0.14, 6.0.13, 6.0.11, 6.0.10, 6.0.9
  • 6.0.8, 6.0.7, 6.0.6, 6.0.5, 6.0.4
  • 6.0.3, 6.0.2, 6.0.1, 6.0.0, 5.4.17
  • 5.4.16, 5.4.14, 5.4.13, 5.4.12, 5.4.11
  • 5.4.10, 5.4.9, 5.4.8, 5.4.7, 5.4.6
  • 5.4.5, 5.4.4, 5.4.3, 5.4.2, 5.4.1
  • 5.4.0, 5.3.6, 5.3.5, 5.3.4, 5.3.3
  • 5.3.2, 5.3.1, 5.3.0, 5.2.14, 5.2.13
  • 5.2.12, 5.2.11, 5.2.10, 5.2.9, 5.2.8
  • 5.2.7, 5.2.6, 5.2.5, 5.2.4, 5.2.3
  • 5.2.2, 5.2.1, 5.2.0, 5.1.8, 5.1.7
  • 5.1.6, 5.1.5, 5.1.4, 5.1.3, 5.1.2
  • 5.1.1, 5.1.0, 5.0.11, 5.0.10, 5.0.9
  • 5.0.8, 5.0.7, 5.0.6, 5.0.5, 5.0.4
  • 5.0.3, 5.0.2, 5.0.1, 5.0.0, 4.5.12
  • 4.5.11, 4.5.9, 4.5.8, 4.5.7, 4.5.6
  • 4.5.5, 4.5.1, 4.5.0, 4.4.12, 3.2.11
  • 3.2.10, 2.9.18

Latest Version: 7.1.4

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) vite -- $SHELL -i

Dependencies

This package depends on:

  • nodejs.org^16 || ^18 || ^20

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.vite

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.