Skip to content

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.

LibraryWhat it's forReference
Vue 3Framework / Composition APIhttps://vuejs.org/llms-full.txt
Vue RouterFile-based routinghttps://router.vuejs.org/llms-full.txt
ViteDev server / bundlerhttps://vite.dev/llms-full.txt
UnoCSSAtomic utility-class CSShttps://unocss.dev/llms-full.txt
Unhead<head> / SEO meta tagshttps://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.

LibraryWhat it's forDocs
VueUseAuto-imported composition utilities (@vueuse/core)https://vueuse.org/
PiniaState management (auto-imported)https://pinia.vuejs.org/
odata2tsGenerates typed OData classes from metadatahttps://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.