## Installation

### npm

Installing with npm is recommended and it works seamlessly with [webpack](https://webpack.js.org/).

```shell
npm i @vue2/bio-ui -S
```

### CDN

Get the latest version from [unpkg.com/element-ui](https://unpkg.com/element-ui/) , and import JavaScript and CSS file in your page.

```html
<!-- import CSS -->
<link rel="stylesheet" href="https://unpkg.com/@vue2/bio-ui/lib/theme-chalk/index.css">
<!-- import JavaScript -->
<script src="https://unpkg.com/@vue2/bio-ui/lib/index.js"></script>
```

:::tip
We recommend our users to lock @vue2/bio-ui version when using CDN. Please refer to [unpkg.com](https://unpkg.com) for more information.
:::

If you are using npm and wish to apply webpack, please continue to the next page: [Quick Start](/#/en-US/component/quickstart).
