[Programming Deer] Harm to learn element-ui, this is enough
Environment construction
npm install
It is recommended to use npm to install, it can better and webpack Use with packaging tools.
npm i element-ui -S
CDN
Currently available through unpkg.com/element-ui Get the latest version of the resources, import js and css files on the page to get started.
<!-- import style -->
<link rel="stylesh ...
Posted by sdlyr8 on Fri, 06 May 2022 10:52:40 +0300