Skip to content

vuejs-jp/vuefes-2024

Folders and files

NameName
Last commit message
Last commit date
Aug 24, 2024
Apr 14, 2024
Apr 1, 2025
Apr 1, 2025
Oct 9, 2024
Feb 13, 2024
Feb 3, 2024
Jun 13, 2024
Feb 20, 2024
Feb 10, 2024
Feb 3, 2024
Mar 2, 2024
Mar 2, 2024
Feb 3, 2024
Oct 12, 2024
Feb 24, 2024
Sep 1, 2024
Feb 3, 2024
Oct 5, 2024
Oct 12, 2024

Repository files navigation

Vue Fes 2024

This repository is the source code for the Vue Fes Japan 2024 website.

Setup

# bun
bun i

Development

Execute the following command to start the web server with hot reload and check it at http://localhost:3000/.

For VS Code users, here's what you need to know. Please make use of Volar's Take Over Mode, and we recommend to uninstall Vetur in your own environment.

# bun
bun --bun run dev