TODO
 
 
 
 
 
 
Go to file
Eloi Zalczer 3af6d96d28 Removed top-level await 2024-07-04 14:53:03 +02:00
.vscode Initial commit 2024-06-10 18:13:30 +02:00
nginx Added docker config 2024-06-17 13:58:06 +02:00
public Removed debug logging, reload restaurants on login and fixed leaflet marker icons. 2024-06-19 10:45:59 +02:00
src Removed top-level await 2024-07-04 14:53:03 +02:00
.dockerignore Added docker config 2024-06-17 13:58:06 +02:00
.gitignore Initial commit 2024-06-10 18:13:30 +02:00
.prettierrc Working on list view and reviews 2024-06-11 18:11:10 +02:00
Dockerfile Actually use the URL from .env 2024-06-18 23:03:14 +02:00
README.md Initial commit 2024-06-10 18:13:30 +02:00
docker-compose.yml Actually use the URL from .env 2024-06-18 23:03:14 +02:00
index.html Mostly improvements to mobile UX 2024-07-02 16:44:54 +02:00
package-lock.json Working on configuration panel for random restaurant 2024-06-20 18:28:23 +02:00
package.json Working on configuration panel for random restaurant 2024-06-20 18:28:23 +02:00
postcss.config.js Initial commit 2024-06-10 18:13:30 +02:00
tailwind.config.js Initial commit 2024-06-10 18:13:30 +02:00
vite-env.d.ts Actually use the URL from .env 2024-06-18 23:03:14 +02:00
vite.config.ts Actually use the URL from .env 2024-06-18 23:03:14 +02:00

README.md

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.