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
古典密码加密
- Host: GitHub
- URL: https://github.com/dgeibi/the-little-cipher
- Owner: dgeibi
- License: mit
- Created: 2017-11-08T16:08:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T13:36:45.000Z (about 8 years ago)
- Last Synced: 2025-06-13T13:53:59.907Z (about 1 year ago)
- Topics: antd, cipher, dva, express, prerender, react
- Language: JavaScript
- Homepage:
- Size: 900 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)