Aucune description

Dhammavari 9ec2e12766 添加内容 il y a 4 ans
.gitee 4cda091081 Initial commit il y a 4 ans
src 9ec2e12766 添加内容 il y a 4 ans
.gitignore ce2daf042d 增加ignore il y a 4 ans
README.md 6d0e8e9e1f 新增预览地址 il y a 4 ans
book.toml 9965816aa8 初始化 il y a 4 ans

README.md

教理部教材预览

预览地址

安装

vscode

mdbook

1. 下载

download at github

windows用户请下载 ***windows-msvc.zip

2. 解压缩

Windows

解压缩到c:

启动 mdbook

在仓库文件夹启动集成终端

vscode 菜单->终端->新终端

或 ctl+`

键入

c:\mdbook.exe serve --port 3000 --hostname 192.168.2.12 --open

其中:

  • --port后面设置端口
  • --hostname后面写自己的ip地址 浏览器会自动打开

home

ctrl+c 退出服务器