This Vue 3 starter is inspired by antfu/vitesse-lite.
- Node.js >= v20.0.0
- pnpm >= v10.0.0
- VS Code
pnpm dev
npx degit tingminitime/vue3-starter <your-project-name>
cd <your-project-name>
pnpm install # If you don't have pnpm installed, run `npm i -g pnpm` first.