About the The Vite Plus Crash Course course

In this course, we run through a quick crash course on Vite plus (alpha at the time of this course release). Walk with us as we set it up, test it out for a Vue project, and get hands on running the different commands for different parts of the process. Together we’ll explore:

  • vp env: Manages Node.js globally and per project
  • vp install: Installs dependencies using the correct package manager automatically
  • vp dev: Uses Vite’s fast dev experience with native ES modules and instant HMR
  • vp check: Lints with Oxlint, formats code using Oxfmt and checks types with tsgo
  • vp test: Seamlessly integrates and runs Vitest with fast feedback loops
  • vp build: Generates optimized production builds using Rolldown and Oxc
  • vp run: Executes monorepo tasks with automated caching and dependency resolution
  • vp pack: Bundles libraries for publishing on npm or creates standalone app binaries
  • vp create: Scaffolds new projects and monorepos with recommended settings

This course is for anyone who’s tired of juggling tools, node versions, and config files. Let’s explore this all in one solution together!

Banner

Share this course

Request a course

Who's behind the course

Daniel Kelly - Instructor
Daniel is a full-time educator at Vue School and has a massive passion for Vue.js, Nuxt.js, and Laravel.