Giter Club home page Giter Club logo

vue-element-commonm's Introduction

vue-element-manage

基于在ElementUI的基础上集成适合vue管理系统使用的table,form,Pagination,Dialog组件 使用公共的方法(清空对象值)

Install

npm install

Usage

test制作自己的组件包

1.想在自己本地测试不提交npm的话可以先npm run build 然后再npm pack 生成tgz的压缩包。(记住 顺序很重要) 2.然后再其他项目或者本地项目npm install 刚生成的.tgz压缩包 3.在install使用的npm不能和你现使用的项目package.json的name重名 4.在项目中如果是export default install的话(属于组件挂载到全局),直接就可以了,也可以按需加载 5.你发布的npm包名不可重复,没有问题话基本上就咱们就传上去吧!

search

table

<table-common v-bind:formDateTable="formDateTable" @selectsRow="getTableCurrentSelected">

pagination

<pagination-common v-bind:formDatePagination="paginationDate" @changeCurrentPage="setCurrentPage" @changePageSize="setPageSize">

参考现有ht platform_vue项目的 对公共方法的使用如下 import commonMethods from "vue-element-manage"; commonMethods.clearObject(this.searchFormData.keys);

-----------2020-07-24 新增表格单元格被点击事件------------------

-----------2020-08-05 对table图片传输值的修改------------------

vue-element-commonm's People

Contributors

studeyer avatar

Watchers

James Cloos avatar  avatar

Forkers

echozz-h

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.