├──📁 src/ # root directory
│
├──📁 assets/ # assets directory
│
├──📁 components/ # components directory
│ ├──📄 TheButton.vue/ # child component #
│ ├────📄 TheModal.vue/ # child of TheWelcome.vue, but parent of TheButton #
│ └───────📄 TheWelcome.vue/ # parent component # use
│
|
│
│
│
│
│
└──📁 styles/ # styles directory
npm install
npm run serve