Initialize a Vue 3 project
This commit is contained in:
parent
c2f8e74c2f
commit
c688bf1cda
15 changed files with 1217 additions and 1 deletions
2
TODO.md
2
TODO.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue