Planner/ui
Manuel Forcén Muñoz 8ea8574f3f Added member list
2025-02-17 18:27:17 +01:00
..
.vscode Added ui with vote view interface 2025-01-14 19:28:48 +01:00
public Added ui with vote view interface 2025-01-14 19:28:48 +01:00
src Added member list 2025-02-17 18:27:17 +01:00
.editorconfig Added ui with vote view interface 2025-01-14 19:28:48 +01:00
.gitignore Added ui with vote view interface 2025-01-14 19:28:48 +01:00
env.d.ts Added ui with vote view interface 2025-01-14 19:28:48 +01:00
eslint.config.js Added ui with vote view interface 2025-01-14 19:28:48 +01:00
index.html Added ui with vote view interface 2025-01-14 19:28:48 +01:00
package-lock.json Added ui with vote view interface 2025-01-14 19:28:48 +01:00
package.json Added ui with vote view interface 2025-01-14 19:28:48 +01:00
README.md Added ui with vote view interface 2025-01-14 19:28:48 +01:00
tailwind.config.js Added ui with vote view interface 2025-01-14 19:28:48 +01:00
tsconfig.app.json Added ui with vote view interface 2025-01-14 19:28:48 +01:00
tsconfig.json Added ui with vote view interface 2025-01-14 19:28:48 +01:00
tsconfig.node.json Added ui with vote view interface 2025-01-14 19:28:48 +01:00
vite.config.ts Added ui with vote view interface 2025-01-14 19:28:48 +01:00

planner

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