draw/ui
2025-08-26 16:33:46 -05:00
..
.vscode Init 2025-08-25 11:37:29 -05:00
public Init 2025-08-25 11:37:29 -05:00
src Impl redraw, change some logic 2025-08-26 16:33:46 -05:00
.editorconfig Init 2025-08-25 11:37:29 -05:00
.gitattributes Init 2025-08-25 11:37:29 -05:00
.gitignore Init 2025-08-25 11:37:29 -05:00
env.d.ts Init 2025-08-25 11:37:29 -05:00
eslint.config.ts Settle types and fix multiple local users 2025-08-26 15:16:16 -05:00
index.html Init 2025-08-25 11:37:29 -05:00
package.json Settle types and fix multiple local users 2025-08-26 15:16:16 -05:00
README.md Init 2025-08-25 11:37:29 -05:00
tsconfig.app.json Record instructions per client in UI 2025-08-26 14:42:54 -05:00
tsconfig.json Init 2025-08-25 11:37:29 -05:00
tsconfig.node.json Init 2025-08-25 11:37:29 -05:00
vite.config.ts Init 2025-08-25 11:37:29 -05:00
yarn.lock Settle types and fix multiple local users 2025-08-26 15:16:16 -05:00

.

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint