An open API service indexing awesome lists of open source software.

https://github.com/dgeibi/the-little-cipher

古典密码加密
https://github.com/dgeibi/the-little-cipher

antd cipher dva express prerender react

Last synced: 3 months ago
JSON representation

古典密码加密

Awesome Lists containing this project

README

          

# The Little Cipher

古典密码加密

## 构建

安装 [Node](https://nodejs.org/)

在命令行下输入

``` sh
# 安装依赖
npm install

# 构建
npm run build

# 启动服务器
npm start

# 启动开发专用服务器
npm run dev

# 单元测试
npm test
```

## LICENSE

[MIT](LICENSE)