This is a redesign of the VueConf 2024 深圳 website using Nuxt 3.
Demo: https://vueconf.zolplay.com/
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# pnpm
pnpm installStart the development server on http://localhost:3000:
# pnpm
pnpm run devBuild the application for production:
# pnpm
pnpm run buildCheck out the deployment documentation for more information.