lightning-tools

1.1.6 • Public • Published

Build Status Build Status Build Status Version Version

lightning-tools:闪电鸟

⚡Slogan: 提高前端的生产率

API文档 👈 👀

Quick start

Install

npm install lightning-tools -S

Use

import _ from 'lightning-tools'
_.fen2yuan(2000)

Use in Vue

<template>
  <div>
    <span v-text="fen2yuan(2000) + '元'"></span>
  </div>
</template>

<script>
import _ from 'lightning-tools'

export default {
  data () {
    return {
      fen2yuan: _.fen2yuan
    }
  }
}
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i lightning-tools

Weekly Downloads

0

Version

1.1.6

License

MIT

Last publish

Collaborators

  • super2god