Making Web Development Instant
This is the main development repository for the ViteConf 2022 online conference website powering viteconf.org. This website is built using Nuxt 3 and is a fullstack application. It leverages server-side rendering, backend database interactions for registration, and of course is powered by Vite under the hood. This means that the DX comes out of the box with:
- 💡 Instant Server Start
- ⚡️ Lightning Fast HMR
- 🛠️ Rich Features
- 📦 Optimized Build
- 🔩 Universal Plugin Interface
- 🔑 Fully Typed APIs
Feel free to submit a PR for small bug fixes such as a typo or small improvements.
For work bigger in scope, please first create an issue to discusse the planned change.
To get started developing the website, we recommend using the "Start new PR" button above to open a fresh production-ready environment in StackBlitz Codeflow.
MIT