# mui **Repository Path**: ymzhang/mui ## Basic Information - **Project Name**: mui - **Description**: UI design language and Vue components implementation - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-20 - **Last Updated**: 2021-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ymui # Install Run the command below in your terminal to install limeUI first ``` npm install @vigosss/ymui --save ``` # Usage ## Global Use Import in your entry script file and register it ```javascript import mUI from 'ymui' Vue.use(mUI) ``` ### Example ```html click ```