Introduction
Zova provides built-in out-of-the-box SSR solution, supporting both front-end applications and admin management systems
Zova SSR is based on @quasar/app-vite
and optimizes a lot of details to make the SSR development experience more natural and convenient. For an introduction to the principles of SSR, please see: Quasar-SSR
Features
More UI libraries
: Can be used in combination with different UI libraries, and has built-in SSR solutions for several UI libraries out of the boxFine-grained theme support
: For front-end applications, it provides the ability of toggling dark/light themes. For admin management systems, it provides two-dimensional theme toggling capabilities based on Cookie, See: $themeSidebar support
: For admin management systems, the ability to toggle the sidebar can be implemented based on LocalstorageInitialize data
: Prepare the initial data on the server in a very intuitive way, synchronize it to the client, and automatically complete hydrationSEO Meta
: For SEO optimization, it can provide a more flexible Meta data setting mechanismEnv Configuration
: Provide env environment variables, which is very convenient to configure the behaviors of certain functions and features