quasar-ssr-development
Installation
SKILL.md
Quasar SSR Development
Use this skill with quasar-development for shared application concerns.
Establish the SSR boundary
- Inspect
quasar.config.* > ssr,src-ssr/, boot files, routes, stores, and the selected webserver. - Read the current Quasar SSR documentation.
- Add the mode with
quasar mode add ssr; honor the project's chosen webserver. - Run with
quasar dev -m ssr; build withquasar build -m ssr.