# s-ui **Repository Path**: scrsxx/s-ui ## Basic Information - **Project Name**: s-ui - **Description**: 组件仓库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-21 - **Last Updated**: 2023-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @shuanghui/s-ui ## demo地址 [@shuanghui/s-ui](http://skynumber.gitee.io/s-ui/) ## 安装 ```sh npm install @shuanghui/s-ui # 或 yarn add h-ui ``` ## 使用 ### 全引入 ```js import Vue from 'vue' import HUI from '@shuanghui/s-ui' import '@shuanghui/s-ui/theme-chalk/index.css' Vue.use(HUI) ``` ### 按需引入 ```js import Vue from 'vue' import {SButton} from '@shuanghui/s-ui' Vue.use(SButton) ```