travel-steps/summer2024-frontend
Nicolas Froger 4356816f07
frontend: create-post: better error handling
Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
2024-07-26 15:38:22 +02:00
..
.vscode frontend: initial commit 2024-07-22 02:25:31 +02:00
public frontend: update thirdparty licenses 2024-07-25 19:37:36 +02:00
src frontend: create-post: better error handling 2024-07-26 15:38:22 +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: add dockerfile 2024-07-25 19:37:43 +02:00
index.html frontend: add comment in index 2024-07-26 03:23:56 +02:00
jsconfig.json frontend: add shadcn vue, replace custom css with tailwind 2024-07-22 02:25:34 +02:00
nginx-custom.conf frontend: add dockerfile 2024-07-25 19:37:43 +02:00
package-lock.json frontend: add map view 2024-07-25 19:25:08 +02:00
package.json release 1.1.0 2024-07-26 03:28:45 +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: add comment in index 2024-07-26 03:23:56 +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