2 artifacts
Tap to collapse details
Install Prerequisites:
Create Your First Project:
npm create vue@latest
cd your-project-name
npm install
npm run dev
Explore the Generated App: Open http://localhost:5173 (Vite default port). Edit src/App.vue to see hot reload.
http://localhost:5173
src/App.vue
Tip: Uses Vite for fast dev server and Single-File Components (SFCs).
❌ Skipping `npm install` after scaffolding
→Always run `npm install` before `npm run dev`
❌ Using file:// protocol for ES modules
→Serve via dev server (npm run dev) over http://
Tap to expand details
Spin up a personalized “learn Vue.js” plan you can save, check off, and return to anytime — unlimited on the free trial.
Vue Mastery
Udemy (Maximilian Schwarzmüller)
Vue School
by Auth0 Team
by Simone Cuomo
Comprehensive docs with interactive examples
Source code, latest v3.5.29, contributing guide
Hands-on intro building an app
Fast build tool for Vue projects
Official state management for Vue 3
Browser extension for debugging