Reference LLMs (for AI) โ
When you (an AI assistant) need authoritative API details for any library in this stack, read that project's official llms-full.txt first instead of relying on memory. An llms-full.txt is the project's full documentation flattened into a single machine-readable markdown file, so it is the most reliable source for current APIs, options, and examples.
How to use
Fetch the relevant URL below and ground your answer in it before writing or changing code. Prefer the llms-full.txt reference over assumptions, and base the behavior you rely on on what the docs actually say.
Core stack โ official llms-full.txt โ
These projects publish a full machine-readable docs file. Read it directly.
| Library | What it's for | Reference |
|---|---|---|
| Vue 3 | Framework / Composition API | https://vuejs.org/llms-full.txt |
| Vue Router | File-based routing | https://router.vuejs.org/llms-full.txt |
| Vite | Dev server / bundler | https://vite.dev/llms-full.txt |
| UnoCSS | Atomic utility-class CSS | https://unocss.dev/llms-full.txt |
| Unhead | <head> / SEO meta tags | https://unhead.unjs.io/llms-full.txt |
Other stack โ official docs โ
These libraries are used across the Host and Remote templates but do not publish an llms-full.txt. Read their official documentation site instead.
| Library | What it's for | Docs |
|---|---|---|
| VueUse | Auto-imported composition utilities (@vueuse/core) | https://vueuse.org/ |
| Pinia | State management (auto-imported) | https://pinia.vuejs.org/ |
| odata2ts | Generates typed OData classes from metadata | https://odata2ts.github.io/ |
Ecosystem packages
For the in-house packages (mono-utils, mono-helper, esw-utils), the source of truth is this docs site, not an external URL โ see Getting Started, Template Rules, and Useful Utils.