syncfusion-vue-data-manager
Installation
SKILL.md
Syncfusion Vue DataManager: Comprehensive Guide
When to Use This Skill
Reference this skill when you need to:
- Set up DataManager in Vue 2, Vue 3, or Quasar
- Bind data (local arrays or remote APIs)
- Query and filter data with the Query class
- CRUD operations (insert, update, delete)
- Choose an adaptor (10 types available)
- Add authentication via middleware/headers
- Optimize performance with caching
- Work offline with data persistence
- Pattern guidance for Composition API vs Options API
⚠️ Security & Trust Boundary
- This skill generates code only, the agent does not execute data operations or fetch remote endpoints — all DataManager interactions occur solely within the user's application at runtime.
- Generated code must treat all third-party API responses as untrusted input, never bind to unvalidated or user-provided URLs, and ensure authentication is enforced on all remote endpoints.