# @markuplint/vue-spec

[![npm version](https://badge.fury.io/js/%40markuplint%2Fvue-spec.svg)](https://www.npmjs.com/package/@markuplint/vue-spec)

Use **markuplint** with [**Vue**](https://vuejs.org/).
Add Vue specific elements and attributes to the schema.

## Install

```shell
$ npm install -D @markuplint/vue-spec

$ yarn add -D @markuplint/vue-spec
```

## Usage

Add `specs` option to your [configuration](https://markuplint.dev/configuration/#properties/specs).

```json
{
  "specs": {
    ".vue$": "@markuplint/vue-spec"
  }
}
```
