How can element-ui be downloaded locally and referenced directly to the web project?

how can element-ui be downloaded locally and referenced directly to the web project? It can be packaged and downloaded just like bootstrap, and can be referenced directly by backend web.

Mar.06,2021

<!--  -->
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
<!--  -->
<script src="https://unpkg.com/element-ui/lib/index.js"></script>

you can download css and js files directly to your local

Menu