Skip to content

dgeibi/the-little-cipher

Repository files navigation

The Little Cipher

古典密码加密

构建

安装 Node

在命令行下输入

# 安装依赖
npm install

# 构建
npm run build

# 启动服务器
npm start

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

# 单元测试
npm test

LICENSE

MIT