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 install
Start the development server on http://localhost:3000
:
# pnpm
pnpm run dev
Build the application for production:
# pnpm
pnpm run build
Check out the deployment documentation for more information.