Initialize a Vue 3 project

This commit is contained in:
Nettika 2026-01-28 22:34:23 -08:00
parent c2f8e74c2f
commit c688bf1cda
No known key found for this signature in database
15 changed files with 1217 additions and 1 deletions

View file

@ -13,7 +13,7 @@ A step-by-step checklist for porting MatterControl's design features to a Vue +
- [x] Create `Justfile` with `dev`, `build`, `test`, `lint`, `format` recipes
### Vue Project Scaffold
- [ ] Initialize Vue 3 project with Vite and TypeScript
- [x] Initialize Vue 3 project with Vite and TypeScript
- [ ] Configure TypeScript with strict mode
- [ ] Add ESLint and Prettier configuration
- [ ] Create `.gitignore` for node_modules, dist, .env