auto-detect-component

0.2.0 • Public • Published

auto-detect-component

Downloads Version

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

Readme

Keywords

Package Sidebar

Install

npm i auto-detect-component

Weekly Downloads

5

Version

0.2.0

License

MIT

Unpacked Size

117 kB

Total Files

12

Last publish

Collaborators

  • yugasun