Skip to content

Commit cd9d939

Browse files
committed
docs: 更新ng脚手架链接&补充AST工具链接
1 parent e84edaf commit cd9d939

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/codeDesign/快速搭建脚手架.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
77
# 快速搭建脚手架
88

99
## 脚手架能做什么
10-
就我所知,脚手架的用途大多是用来实现项目创建、启动、开发、构建、部署过程中的自动化,减少开发的重复工作。拿我们前端三大框架各自提供的脚手架举例,即[create-react-app](https://create-react-app.dev/)[create-vue(vue新脚手架)](https://github.com/vuejs/create-vue)[@vue/cli(vue旧脚手架,现只做维护)](https://cli.vuejs.org/)[@angular/cli](https://angular.io/cli),可以看看它们都提供了哪些命令和选项。
10+
就我所知,脚手架的用途大多是用来实现项目创建、启动、开发、构建、部署过程中的自动化,减少开发的重复工作。拿我们前端三大框架各自提供的脚手架举例,即[create-react-app](https://create-react-app.dev/)[create-vue(vue新脚手架)](https://github.com/vuejs/create-vue)[@vue/cli(vue旧脚手架,现只做维护)](https://cli.vuejs.org/)[@angular/cli](https://github.com/angular/angular-cli),可以看看它们都提供了哪些命令和选项。
1111

1212
- create-react-app脚手架提供创建模板的相关选项,功能较单一:
1313

src/tool/工具大集合.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
- [codingame](https://www.codingame.com/start/)
1515
- [codesandbox](https://codesandbox.io/)
1616

17+
## AST
18+
- [JS解析为AST](https://astexplorer.net/)
19+
1720
## CDN
1821
- [unpkg](https://unpkg.com/)
1922
- [cdnjs](https://cdnjs.com/)

0 commit comments

Comments
 (0)