Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 512 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 512 Bytes

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