## Installation ### npm Installing with npm is recommended and it works seamlessly with [webpack](https://webpack.js.org/). ```shell npm install element-plus --save ``` ### CDN Get the latest version from [unpkg.com/element-plus](https://unpkg.com/element-plus/) , and import JavaScript and CSS file in your page. ```html ``` :::tip We recommend our users to lock Element Plus's version when using CDN. Please refer to [unpkg.com](https://unpkg.com) for more information. ::: ### Hello world If you are using CDN, a hello-world page is easy with Element Plus. [Online Demo](https://codepen.io/iamkun/pen/YzWMaVr) If you are using npm and wish to apply webpack, please continue to the next page: [Quick Start](/#/en-US/component/quickstart).