# winne-vue-components **Repository Path**: xfwinne/winne-vue-components ## Basic Information - **Project Name**: winne-vue-components - **Description**: 封装vue组件,发布npm包的练习项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-17 - **Last Updated**: 2021-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # winne-vue-components ## Installation ``` yarn add winne-vue-components // or npm install winne-vue-components -S ``` ### how to use ```javascript // main.js import winneCom from 'winne-vue-components' Vue.use(winneCom) ``` // xxx.vue ```html ```