Open
Description
I've run create-vue and have a bunch of files now. Thanks! It's a good start. But I don't understand all these files. Is there a docs site that explains the result of running create-vue? I tried looking at the official Vue docs, in this repo, etc, but no luck. Please let me know if I've missed anything.
- There are several tsconfig variants... why? What are each for? What do they do? Why? When I change the config, which should I change, and when?
- There's an env.d.ts. What's that for?
- What's the intended difference between public/ and src/assets/ dirs? What should I put in which?
I have to understand all of them because I'm converting an existing project over from Nuxt. I'm trying to fold all these files into my existing repo. But, to do that well, I have to understand each first.
As an example of what I'm looking for, Nuxt has a Directory Structure section in the sidebar here that explains all the files in a Nuxt 3 project.