Member-only story
1-min how to: vite init
Feb 19, 2022
This is for my fellow Javascript developers who keep needing to scroll though the same Vite documentation page just for the same one line.
npm
npm create vite@latest
yarn
yarn create vite
pnpm
pnpm create vite
If you weren’t aware, Vite is a Javascript development tool for the frontend that is meant to be faster than existing solutions. You can use Vite with various frontend libraries such as React, Vue and Svelte. Read the Why of Vite here.