vue
Installation
SKILL.md
Vue.js
Related Skills
| Need | Skill |
|---|---|
| TypeScript language reference | typescript |
| Shopware 6 plugin development (Admin uses Vue) | shopware |
| Symfony framework (backend) | symfony |
Shopware 6 Administration is built on Vue. SW 6.4/6.5 use Vue 2 (Options API), SW 6.6+ use Vue 3.
Overview
Vue.js is a progressive framework for building user interfaces. It uses a virtual DOM, reactive data binding, and a component-based architecture.