When you create a CRUD in Vue QuickAdminPanel, minimum of 12 new files are generated automatically, and 6 more files are updated. Potentially more, if you use some advanced features/modules.
For example, if you create CRUD called Transactions with a few simple columns like "amount" and "transaction_date", here's the minimum list of generated files.