Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is element-ui?

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article introduces the relevant knowledge of "what is element-ui". In the operation of actual cases, many people will encounter such a dilemma. Then let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

First, what is element-ui?

Element-ui is a set of desktop component library based on Vue.js 2.0 for developers, designers and product managers launched by the front-end team of ele.me, while the corresponding framework on the mobile side is Mint UI. The whole ui style is simple, very practical, but also greatly improve the efficiency of developers, is a very popular component library.

Second, the use of element-ui

1. Installation. Npm installation is recommended.

Command: npm install element-ui-save

two。 Introduce

a. Global introduction, add the following content to the vue entry main.js

Import ElementUI from 'element-ui'

Import 'element-ui/lib/theme-chalk/index.css'

Vue.use (ElementUI)

b. Partial introduction, introducing the required component or theme styles in the specified vue file, as follows

Import'@ / style/theme/element-variables.scss'

Import {Message, MessageBox, Loading} from 'element-ui'

Vue.use (Loading.directive)

Vue.prototype.$loading = Loading.service

Vue.prototype.$msgbox = MessageBox

Vue.prototype.$alert = MessageBox.alert

Vue.prototype.$confirm = MessageBox.confirm

Vue.prototype.$prompt = MessageBox.prompt

Vue.prototype.$message = Message, that's all for "what is element-ui?" Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report