slik-dispenser/frontend
2023-12-08 00:08:01 +01:00
..
public Fix CSS styling and add background in frontend 2023-11-30 15:00:38 +01:00
src Implement registration in frontend 2023-12-08 00:08:01 +01:00
.env.example Implement simple communication between frontend and backend 2023-11-27 01:06:07 +01:00
.gitignore Implement simple communication between frontend and backend 2023-11-27 01:06:07 +01:00
index.html Initial commit 2023-11-26 23:16:48 +01:00
package-lock.json Initial commit 2023-11-26 23:16:48 +01:00
package.json Initial commit 2023-11-26 23:16:48 +01:00
README.md Initial commit 2023-11-26 23:16:48 +01:00
vite.config.js Initial commit 2023-11-26 23:16:48 +01:00

slik-dispenser

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