hero

v-easy-components

Vue2.0-based component/instruction library

Get Started →

simple

Any function is presented in modules

open source

Anyone can post PUSH code on GtiHub as long as the code is used

rich

v-easy-components not only provides components, but also provides some instructions to help developers save time

# Installation

yarn add v-easy-components -D

Please refer to the Installation chapter for more details.

# Use


 




import Vue from 'vue';
import VEasy from 'v-easy-components';
import 'v-easy-components/lib/theme-chalk/index.css';

Vue.use(VEasy);

Please refer to the Quick Start section for more details.

If you also want to contribute code, please go to GitHub or contact me linkorgs@163.com

WARNING

v-easy-components is a Vue 2.0-based component/instruction library