@markuplint/vue-spec

Extended specification for tags and attributes in Vue

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@markuplint/vue-spec
391833.5.02 days ago3 years agoMinified + gzip package size for @markuplint/vue-spec in KB

Readme

@markuplint/vue-spec
npm version
Use markuplint with Vue. Add Vue specific elements and attributes to the schema.

Install

$ npm install -D @markuplint/vue-spec

$ yarn add -D @markuplint/vue-spec

Usage

Add specs option to your configuration.
{
  "specs": {
    ".vue$": "@markuplint/vue-spec"
  }
}