1.1.5 • Published 3 years ago

@alexlit/vue-component-source v1.1.5

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

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

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago