tim/frontend
2023-12-31 01:39:42 +01:00
..
.vscode Added: vuejs 2023-12-29 14:25:46 +01:00
public Added: vuejs 2023-12-29 14:25:46 +01:00
src Tasks: able to get and print tasks 2023-12-31 01:39:42 +01:00
.eslintrc.cjs Added: vuejs 2023-12-29 14:25:46 +01:00
.gitignore Added: vuejs 2023-12-29 14:25:46 +01:00
.prettierrc.json Added: vuejs 2023-12-29 14:25:46 +01:00
index.html Tasks moved to components 2023-12-30 20:52:35 +01:00
jsconfig.json Added: vuejs 2023-12-29 14:25:46 +01:00
package-lock.json Added: vuejs 2023-12-29 14:25:46 +01:00
package.json Added: vuejs 2023-12-29 14:25:46 +01:00
README.md Added: vuejs 2023-12-29 14:25:46 +01:00
vite.config.js Added: vuejs 2023-12-29 14:25:46 +01:00

tim

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

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint