1.1.5 • Published 4 years ago

@alexlit/vue-component-source v1.1.5

Weekly downloads
13
License
MIT
Repository
github
Last release
4 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

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago