File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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/ )
You can’t perform that action at this time.
0 commit comments