---
title: 安装
---

# 安装

## npm 安装
推荐使用 npm 的方式安装，它能更好地和 webpack 打包工具配合使用。
```
npm install --save orange-ui
```