mirror of
https://github.com/gnu4cn/ts-learnings.git
synced 2024-12-25 20:30:28 +08:00
Update
This commit is contained in:
parent
4799f39e2c
commit
27783b1671
@ -52,7 +52,7 @@ $ pacman -S mingw-w64-x86_64-mdbook
|
|||||||
安装好 `mdbook` 后, 带一些命令行参数和开关运行服务器:
|
安装好 `mdbook` 后, 带一些命令行参数和开关运行服务器:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ mdbook serve ~/ccna60d -p 8080 -n 127.0.0.1 --open
|
$ mdbook serve ~/ts-learnings -p 8080 -n 127.0.0.1 --open
|
||||||
```
|
```
|
||||||
|
|
||||||
> 注:当在 Windows 系统上时,咱们要在 `msys2` 的终端窗口中运行此命令。
|
> 注:当在 Windows 系统上时,咱们要在 `msys2` 的终端窗口中运行此命令。
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
|
|
||||||
|
|
||||||
[TypeScript手册](../README.md)
|
[TypeScript手册](../README.md)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
- [tsconfig.json](00_tsconfig-json.md)
|
- [tsconfig.json](00_tsconfig-json.md)
|
||||||
- [基本数据类型](01_basic_data_types.md)
|
- [基本数据类型](01_basic_data_types.md)
|
||||||
- [变量声明](02_variables_declaration.md)
|
- [变量声明](02_variables_declaration.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user