# digital-conversion-library
**Repository Path**: d7c/digital-conversion-library
## Basic Information
- **Project Name**: digital-conversion-library
- **Description**: digital-conversion-library 是一个数字大小写转换 library。
- **Primary Language**: NodeJS
- **License**: AGPL-3.0
- **Default Branch**: master
- **Homepage**: http://www.d7c.top/
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-08-03
- **Last Updated**: 2022-09-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# digital-conversion-library
## 介绍
digital-conversion-library 是一个数字大小写转换 library。
## 软件架构
### 应用程序依赖包管理工具 npm
npm 官网地址:[https://www.npmjs.com](https://www.npmjs.com/),npm 全称 Node Package Manager 是 node 应用程序依赖包的管理工具,包括安装、卸载、更新模块操作,使用 nodejs 16.15.1 开发时一般使用 npm 来管理 nodejs 中的包。
### 自动化构建工具 webpack
webpack 官网地址:[https://www.webpackjs.com/](https://www.webpackjs.com/),中文官网地址:[https://webpack.docschina.org/](https://webpack.docschina.org/),webpack 是一个现代 JavaScript 应用程序的模块打包器。当 webpack 处理应用程序时,它会递归地构建一个依赖关系图(dependency graph),其中包含应用程序需要的每个模块,然后将所有这些模块打包成一个或多个 bundle。
## 参考
```
https://webpack.docschina.org/guides/author-libraries/
https://github.com/webpack/webpack/tree/main/examples/multi-part-library
```
## 安装教程
### 1. 安装项目依赖模块
```
1、大数据处理
https://github.com/MikeMcl/bignumber.js
npm install --save bignumber.js
或
https://github.com/silentmatt/javascript-biginteger
npm install --save javascript-biginteger
```
### 2. 运行测试
```
cd digital-conversion-library
npm run dev
```
## 使用说明
### 1. 克隆并安装项目,在项目根目录下执行
```
npm install
```
### 2. 其他命令
```
Compiles and hot-reloads for debugger:npm run debug
Compiles and hot-reloads for development:npm run serve / npm run start / npm run dev
Compiles and minifies for production:npm run build
本地安装该包:npm install ../digital-conversion-library
```
## 运行展示
## 捐助打赏
如果您觉得我们的开源软件对你有所帮助,请扫下方二维码打赏我们一杯咖啡。



## 参与贡献
1. Fork 本仓库
2. 新建 digital-conversion-library_xxx 分支
3. 提交代码
4. 新建 Pull Request
## 特技
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)