# Vue compatibility Docsify allows [Vue.js](https://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 (minified) or development (unminified) version of Vue in your `index.html`: ```html ``` ## Basic rendering Docsify will automatically render basic Vue content that does not require `data`, `methods`, or other instance features. ```markdown
{{ message }}
{{ counter }}