element ui saas extend
发布1.0.39
Since recent work is mainly focused on SaaS business development, the development of forms and table interactions is highly repetitive. In order to reduce the workload of repetitive work, a preset component library is developed for SaaS business development. The project is developed on the basis of the Element UI suite and serves as its extended component library.
yarn add element-ui-saas-extend -S
# or
npm install element-ui-saas-extend -S
import Vue from "vue" ;
import ElementUI from "element-ui" ;
import "element-ui/lib/theme-chalk/index.css" ;
Vue . use ( ElementUI ) ;
import ElementUISaaSExtend from "element-ui-saas-extend" ;
import "element-ui-saas-extend/lib/theme-chalk/index.css" ;
Vue . use ( ElementUISaaSExtend ) ;
< link rel =" stylesheet " href =" https://unpkg.com/element-ui/lib/theme-chalk/index.css " />
< link rel =" stylesheet " href =" https://unpkg.com/element-ui-saas-extend/lib/theme-chalk/index.css " />
< script src =" //unpkg.com/vue " > </ script >
< script src =" //unpkg.com/element-ui " > </ script >
< script src =" //unpkg.com/element-ui-saas-extend " > </ script >
See the documentation for more information
Author Blog
If you are using this project and feel good about it, or want to support my continued development, Star and share this project
Everyone is welcome to submit your own suggestions and Issus
for this project. Of course, everyone is also welcome to submit push request