- Learning Yeoman
- Jonathan Spratley
- 139字
- 2021-09-03 10:02:32
Chapter 2. Getting Started
This chapter is going to cover getting started with Yeoman generators. We will explore the four most popular official generators, their options and the subgenerators they expose, and the purpose of using them. This chapter is going to cover the following topics:
- The basics of the Yeoman workflow
- Installing the following commonly-used official generators:
- The generator-webapp: This is used to create a generic web application
- The generator-angular: This is used to create an AngularJS web application
- The generator-backbone: This is used to create a Backbone.js web application
- The generator-ember: This is used to create an Ember.js web application
- The subgenerators that these modules expose
- We do not cover any of the grunt tasks that are configured with the projects after they are scaffolded
- The life cycle of creation to deployment using these generators
推薦閱讀
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實(shí)踐
- Java語(yǔ)言程序設(shè)計(jì)
- 多媒體CAI課件設(shè)計(jì)與制作導(dǎo)論(第二版)
- Python數(shù)據(jù)可視化:基于Bokeh的可視化繪圖
- Power Up Your PowToon Studio Project
- Git高手之路
- Processing互動(dòng)編程藝術(shù)
- PostgreSQL 11從入門到精通(視頻教學(xué)版)
- Apex Design Patterns
- Learning Unity 2D Game Development by Example
- RISC-V體系結(jié)構(gòu)編程與實(shí)踐(第2版)
- Python Data Structures and Algorithms
- LabVIEW虛擬儀器程序設(shè)計(jì)從入門到精通(第二版)
- Go語(yǔ)言底層原理剖析
- Kotlin語(yǔ)言實(shí)例精解