Vue 3 · Vite · Pinia
Vue tutorials split the app across `.vue` files, a router, and a store the instructor created off-screen. YouExtractor rebuilds the Vue 3 project so you can run it with Vite instead of pausing on `<script setup>`.
Template, script, and style in one file looks easy until there are twelve of them. A reconstructed Vue tree is the point of this page.
Treat Nuxt as a Vue-family tutorial and extract it. File-based routing is exactly the kind of tree that is painful to transcribe.