Skip to content

vuejs-jp/vuefes-2023

Folders and files

NameName
Last commit message
Last commit date
Oct 5, 2023
Mar 31, 2023
Feb 16, 2023
Jul 19, 2024
Jun 20, 2023
Sep 19, 2023
Oct 8, 2023
Aug 18, 2023
Oct 5, 2023
Oct 25, 2023
Oct 5, 2023
Oct 2, 2023
Sep 13, 2023
Oct 5, 2023
Oct 17, 2023
Sep 1, 2023
Feb 16, 2023
Oct 16, 2023
Apr 1, 2025
Oct 18, 2023
Oct 18, 2023
Aug 14, 2023
Sep 18, 2023

Repository files navigation

Vue Fes 2023

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

Setup

# pnpm
pnpm install

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.

# pnpm
pnpm dev