Element Plus is a UI framework for Vue 3, for building awesome web applications. We can setup Element using regular npm way, which require manually import modules. Is there any quick way to use Element Plus ?.
Using Vite/Vue UI
Create a Vue3 project using Vite or HBuilder X project or using the Vue ui command from terminal.
Vue UI
Vue UI has the complete project management tool, which help us to add plugins and dependencies which will auto configure everything. For instance it can add Vue router files for us.
Launch the Vue ui from terminal, if your not using the vue ui for project creation, otherwise it may be already open.
Import of Open project using the Home (bottom left side) and go to plugins and find the Element Plus using the Add Plugins button. Now we are ready , our Element Plus UI is ready for use, the plugins and necessary files were added.
Let's run the project
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.