Coder Social home page Coder Social logo

element-form's Introduction

element-form

基于饿了么UI封装的表单

文档地址

http://element-form.o-wu.com

安装

npm 安装

npm i element-form -S

src/main.js

import ElementForm from 'element-form'
import 'element-form/lib/element-form.css'

Vue.use(ElementForm)

依赖

因为是基于element-ui的二次封装,所有要先安装element-ui

npm i element-ui -S

src/main.js

import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'

Vue.use(ElementUI)

element-form's People

Contributors

mrretro avatar

Stargazers

菩提 avatar Colin Bethune avatar  avatar Awen avatar  avatar jingping.ye avatar Liqunbin avatar  avatar

Watchers

James Cloos avatar  avatar

element-form's Issues

代码拷贝式的二次封装讨论

1、饿了么如果有修复bug的版本更新,如何做到代码同步呢?
2、饿了么组件有新功能升级,又是如何做到同步升级呢?

设想:涉及到业务需求不强的,改造只涉及到UI组件库的,如果采用继承的方式,采用远程代码同步更新,是否更能维护呢?(这里的更新可采取手动方式)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.