Welcome to livelybone.github.io

Intro

Name: 刘志平

Net Name: livelybone

Birthday: 1993-02

Skills: JS Vue React CSS HTML UI UE

WeChat:

My plugins of js tool

copy


A module about clipboard copy, Object simple & deep copy
The function copyDom can be use to copy image to clipboard

RepositoryExample

date-generator


A module that generates years, months, dates, hours, minutes, seconds

RepositoryExample

img-about


A module for image deal, includes getting naturalSize, minifying in browser

RepositoryExample

scroll-get


A module for position relative to page or client

RepositoryExample

storage


A module for localStorage, when it is not supported by browser, it will be degrading to use Cookie or Map

RepositoryExample

My plugins of vue

vue-kline


A K-line components for vue, implemented with SVG

Example

vue-button


A vue button component with anti-shake feature implemented by Promise, custom lock styles or text.
You maybe need a promise polyfill if you want to use it in IE browser

RepositoryExample

vue-datepicker


A vue datepicker, includes date, datetime, time

RepositoryExample

vue-img-tag


A simple vue2 component, just for img preview, can be used to image input preview

RepositoryExample

vue-input


A vue input component, a wrapper of input validator, formatter.
textarea available

RepositoryExample

vue-loading


A vue loading component

RepositoryExample

vue-pagination


A vue pagination component

RepositoryExample

vue-popper


A vue component of popper.js, and the arrow position control is implemented
popper.js see: https://popper.js.org

RepositoryExample

vue-scrollbar-live


A vue scrollbar component

RepositoryExample

vue-select


A vue select component, includes cascader

RepositoryExample

vue-slide-for-more


A vuejs(vue2) component for loading more data when the content was slide to the bottom on mobile, provided refresh function

RepositoryExample

vue-table


A vue table component, support width change

RepositoryExample

vuejs-snackbar


A Vuejs snackbar component

RepositoryExample

My blogs

进程与线程

进程与线程的关系


模仿 Vue 的 computed & watch

模仿 Vue 的 computed & watch,实现响应式数据模型