vue-cli-plugin-element3
v0.0.4
Published
vue-cli 4 plugin to add element3
Downloads
295
Maintainers
Readme
Vue-cli-plugin-element3
Element plugin for @vue/cli
4.5.x
Inspired by
https://github.com/ElementUI/vue-cli-plugin-element
Install
First you need to install @vue/cli
globally (follow the instructions here).
Then create a project and add the Element plugin:
vue create my-app
cd my-app
vue add element3
ToDo List
- [ ] Import on demand
- [ ] Choose the locale you want to load
- [ ] Vue Cli UI Support
You'll be asked some questions regarding how Element is configured in your project. After that, you're good to go.