Skip to content

Vite

  • Created by Evan You, same creator of Vue.js
  • Uses the native type=module import from ES2015
  • Supports hot code replacement
npm init "vite" "my-app"
# run app
npm run dev

# build app for production
npm run build