Go to file
Gal b9b591d325
first commit
2025-06-17 13:13:18 +02:00
.vscode first commit 2025-06-17 13:13:18 +02:00
public first commit 2025-06-17 13:13:18 +02:00
src first commit 2025-06-17 13:13:18 +02:00
.editorconfig first commit 2025-06-17 13:13:18 +02:00
.env.development first commit 2025-06-17 13:13:18 +02:00
.env.production first commit 2025-06-17 13:13:18 +02:00
.gitattributes first commit 2025-06-17 13:13:18 +02:00
.gitignore first commit 2025-06-17 13:13:18 +02:00
.prettierrc.json first commit 2025-06-17 13:13:18 +02:00
README.md first commit 2025-06-17 13:13:18 +02:00
eslint.config.js first commit 2025-06-17 13:13:18 +02:00
index.html first commit 2025-06-17 13:13:18 +02:00
jsconfig.json first commit 2025-06-17 13:13:18 +02:00
package-lock.json first commit 2025-06-17 13:13:18 +02:00
package.json first commit 2025-06-17 13:13:18 +02:00
postcss.config.js first commit 2025-06-17 13:13:18 +02:00
tailwind.config.js first commit 2025-06-17 13:13:18 +02:00
vite.config.js first commit 2025-06-17 13:13:18 +02:00

README.md

berlin-picnic-frontend

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

VSCode + Volar (and disable Vetur).

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