Skip to content

EvanLiu2968/vue-component

Repository files navigation

Vue Component

Documents

https://evanliu2968.github.io/vue-component/

Components List

  • Qrcode
  • Upload
  • Lazyload

Getting Started

Install

npm install @evanliu2968/vue-component --save

Usage

We are die hard fans of ECMAScript 6, so we recommend you writing code in modern javascript.

import { Lazyload } from '@evanliu2968/vue-component';

Also we provide an advanced way to tree shaking the code with Rollup.js and Webpack 2

import Lazyload from '@evanliu2968/vue-component/lazyload';

Acknowledgments

License

MIT