binginto / agiles-utils

:beginner::monkey:

Home Page:https://chuxindev.github.io/agile-utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Build Status Build Status Version Version

agile-utils

Quick start

Install

npm install agile-utils -S

Use

import �_ from 'agile-utils'
_.fen2yuan(2000)

Use in Vue

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

<script>
import { fen2yuan } from 'agile-utils'

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

About

:beginner::monkey:

https://chuxindev.github.io/agile-utils

License:MIT License


Languages

Language:JavaScript 100.0%