Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

alex-lit/vue-component-source

Repository files navigation

Vue Component Source

Vue Component Source is a global Vue.js mixin which identifies components tag and source path by adding HTML comments. Available in DevTools.

DEMO

banner

Installation

npm i @alexlit/vue-component-source -D

Usage

import Vue from 'vue';

import VueComponentSource from '@alexlit/vue-component-source';

Vue.use(VueComponentSource, {
  enabled: process.env.NODE_ENV === 'development',
});

Other Solutions

About

Vue mixin which comment components tag and source path in DOM (in dev tools)

Resources

License

Stars

Watchers

Forks

Packages

No packages published