1. vue-cli-plugin-element-ui
element-ui plugin for vue-cli
vue-cli-plugin-element-ui
Package: vue-cli-plugin-element-ui
Created by: Seb-L
Last modified: Mon, 23 May 2022 12:55:30 GMT
Version: 1.1.4
License: MIT
Downloads: 3,096
Repository: https://github.com/Seb-L/vue-cli-plugin-element-ui

Install

npm install vue-cli-plugin-element-ui
yarn add vue-cli-plugin-element-ui

vue-cli-plugin-element-ui

Element-ui plugin for vue-cli

ElementUI documentation here

Infos

Element has now build their own plugin, you can find it here: https://github.com/ElementUI/vue-cli-plugin-element

How to use

  1. Create your app with vue-cli 3:
 vue create my-project
  1. Add the plugin
 vue add element-ui

Options

  • Scss theme
  • ElementUi i18n options
    • Element UI i18n
    • Vue-i18n

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin