# rty-vue-components **Repository Path**: RtyXmd/rty-vue-components ## Basic Information - **Project Name**: rty-vue-components - **Description**: components test - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-11-14 - **Last Updated**: 2021-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduce > personal vue components ## 安装 ``` npm install rty-vue-ui -S ``` ### 引入 ``` js //main.js import 'rty-vue-ui/dist/rty-vue-ui.min.css' import rtyVueUi from 'rty-vue-ui' Vue.use(rtyVueUi) ``` ### 使用 ``` html ```