travel-steps/summer2024-frontend
Pierre-Olivier Mercier 9a307cdcb2 Improve mobile UX by hiding menu and showing dates inline
Hide the navigation menu on small screens (below lg breakpoint) to save space, and display relative dates directly in each post component for mobile users.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-17 20:52:55 +07:00
..
.vscode frontend: initial commit 2024-07-22 02:25:31 +02:00
public Add weather info 2025-10-11 11:13:21 +07:00
src Improve mobile UX by hiding menu and showing dates inline 2025-12-17 20:52:55 +07:00
.env frontend: display version in corner 2024-07-26 16:05:05 +02:00
.env.development frontend: add config for endpoints 2024-07-25 12:47:45 +02:00
.env.production frontend: add config for endpoints 2024-07-25 12:47:45 +02:00
.eslintrc.cjs frontend: initial commit 2024-07-22 02:25:31 +02:00
.gitignore frontend: initial commit 2024-07-22 02:25:31 +02:00
.prettierrc.json frontend: initial commit 2024-07-22 02:25:31 +02:00
components.json frontend: add shadcn vue, replace custom css with tailwind 2024-07-22 02:25:34 +02:00
Dockerfile frontend: docker: use npm ci and lock file 2024-07-26 17:08:46 +02:00
index.html Add weather info 2025-10-11 11:13:21 +07:00
jsconfig.json frontend: add shadcn vue, replace custom css with tailwind 2024-07-22 02:25:34 +02:00
nginx-custom.conf frontend: put cache policy in nginx config instead of index.html 2024-07-27 23:40:23 +02:00
package-lock.json Update lock file 2025-10-04 10:08:32 +07:00
package.json release 2.1.4 2024-08-24 11:06:00 +02:00
README.md frontend: initial commit 2024-07-22 02:25:31 +02:00
tailwind.config.js frontend: add shadcn vue, replace custom css with tailwind 2024-07-22 02:25:34 +02:00
vite.config.js frontend: display version in corner 2024-07-26 16:05:05 +02:00

summer2024-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