Nincs leírás

liyuan a6e5b5e2d5 更改readme 2 hete
public 117a44f31d first 2 hete
src 117a44f31d first 2 hete
.browserslistrc 117a44f31d first 2 hete
.editorconfig 117a44f31d first 2 hete
.eslintrc.js 117a44f31d first 2 hete
.gitignore 117a44f31d first 2 hete
.postcssrc.js 117a44f31d first 2 hete
LICENSE 117a44f31d first 2 hete
README.md a6e5b5e2d5 更改readme 2 hete
babel.config.js 117a44f31d first 2 hete
package-lock.json 117a44f31d first 2 hete
package.json 117a44f31d first 2 hete
vue.config.js 117a44f31d first 2 hete

README.md

NODE 版本推荐使用 14.9.0

插件说明

lodash.js

网址 https://www.lodashjs.com/

用+ - * / 计算会有浮点数的问题,建议使用lodash来计算

引入 import _ from 'lodash'

vue-text-format

网址 https://www.npmjs.com/package/vue-text-format

github访问不了,看这个例子就行

强烈建议不要用直接使用 cnpm 安装,会有各种诡异的 bug,可以通过重新指定 registry 来解决 npm 安装速度慢的问题。

npm install --registry=https://registry.npmmirror.com