Skip to content
On this page

部署

组件部署https://x.haier.net/console/ci/flow/detail/font_haierui-plus?TENANT_ID=x_haigeek
api文档部署https://x.haier.net/console/ci/flow/detail/font_sc_dss-haieruiplus-docs?TENANT_ID=x_haigeek

版本

1.1.0: 新增英文语言切换功能

使用包管理器

建议您使用包管理器 (NPM, Yarn, pnpm) 安装 haieruiplus, 然后您就可以使用打包工具,例如 Vite 和 webpack

# 选择一个你喜欢的包管理器

# NPM
$ npm install haierui-plus --save

# Yarn
$ yarn add haierui-plus

# pnpm
$ pnpm install haierui-plus

# 入口
const app = createApp(App)
import haieruiplus from 'haierui-plus'
app.use(haieruiplus)