# Vue compatibility Docsify allows Vue [v2.x](https://vuejs.org) and [v3.x](https://v3.vuejs.org) components to be added directly to you Markdown files. These components can greatly simplify working with data and adding reactivity to your content. To get started, load either the production or development version of Vue in your `index.html`: #### Vue 2.x ```html ``` #### Vue 3.x ```html ``` ## Basic rendering Docsify will automatically render basic Vue content that does not require `data`, `methods`, or other instance features. ```markdown
{{ message }}
{{ counter }}