0.2.0 • Published 5 years ago

auto-detect-component v0.2.0

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

auto-detect-component

Detect UI components used in your project automatically.

Usage

# install
npm install auto-detect-component -g

# get command help
adc --help

# run command
# demo is the project directory you need to detect
adc -d demo -u 'element-ui' -o plugin

Then use the created plugin file as Vue plugin:

import Vue from 'vue';
import UIPlugin from './plugin/ui-plugin';

Vue.use(UIPlugin);

TODO

Unit test.

Support UI Toolkit

It supports two UI toolkit for Vue:

License

MIT

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago