## Installation ### npm Installing with npm is recommended and it works seamlessly with [webpack](https://webpack.js.org/). ```shell npm i element-ui@next -S ``` ### CDN Get the latest version from [unpkg.com/element-ui](https://unpkg.com/element-ui@next/) , and import JavaScript and CSS file in your page. ```html ``` ### Hello world If you are using CDN, a hello-world page is easy with Element. [Online Demo](https://jsfiddle.net/leopoldthecuber/hzfpyvg6/1/) ```html
Try Element