diff --git a/TODO.md b/TODO.md index afd8c4c18..e331c779c 100644 --- a/TODO.md +++ b/TODO.md @@ -15,7 +15,7 @@ A step-by-step checklist for porting MatterControl's design features to a Vue + ### Vue Project Scaffold - [x] Initialize Vue 3 project with Vite and TypeScript - [x] Add ESLint and Prettier configuration -- [ ] Create folder structure (`components/`, `composables/`, `stores/`, `types/`) +- [x] Create folder structure (`components/`, `composables/`, `stores/`, `types/`) - [ ] Add Pinia for state management - [ ] Verify hot module replacement works diff --git a/src/composables/.gitkeep b/src/composables/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/src/stores/.gitkeep b/src/stores/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/src/types/.gitkeep b/src/types/.gitkeep new file mode 100644 index 000000000..e69de29bb