Add placeholder subdirectories
This commit is contained in:
parent
0116ba3ac1
commit
78764f1552
4 changed files with 1 additions and 1 deletions
2
TODO.md
2
TODO.md
|
|
@ -15,7 +15,7 @@ A step-by-step checklist for porting MatterControl's design features to a Vue +
|
||||||
### Vue Project Scaffold
|
### Vue Project Scaffold
|
||||||
- [x] Initialize Vue 3 project with Vite and TypeScript
|
- [x] Initialize Vue 3 project with Vite and TypeScript
|
||||||
- [x] Add ESLint and Prettier configuration
|
- [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
|
- [ ] Add Pinia for state management
|
||||||
- [ ] Verify hot module replacement works
|
- [ ] Verify hot module replacement works
|
||||||
|
|
||||||
|
|
|
||||||
0
src/composables/.gitkeep
Normal file
0
src/composables/.gitkeep
Normal file
0
src/stores/.gitkeep
Normal file
0
src/stores/.gitkeep
Normal file
0
src/types/.gitkeep
Normal file
0
src/types/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue