# Installation

----

## NPM

Recommended use `npm` to development, enjoy the ecosystem of `node` and the chain tool of `webpack`, which brings convenience of development. With the package modules installed by `NPM`, we can easily refer to it in `import` or `require`.

```bash
npm install at-ui

npm install at-ui-style
```

## CDN

Can use traditional `<script>` and `<link>` tag for global use.

Get the latest version of `AT-UI` from [UNPKG](https://unpkg.com/at-ui/).
