toolshed/frontend
2024-08-31 00:35:41 +02:00
..
node_modules development setup using docker 2024-04-06 18:48:53 +02:00
src stash 2024-08-31 00:35:41 +02:00
.gitignore add frontend skeleton 2024-04-06 18:42:39 +02:00
index.html add frontend skeleton 2024-04-06 18:42:39 +02:00
package-lock.json frontend: add /login and /register forms 2024-04-06 18:47:41 +02:00
package.json frontend: add /login and /register forms 2024-04-06 18:47:41 +02:00
README.md stash 2024-08-31 00:33:34 +02:00
vite.config.js stash 2024-08-31 00:33:34 +02:00

frontend

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