- 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
推薦閱讀
- Java高并發(fā)核心編程(卷2):多線程、鎖、JMM、JUC、高并發(fā)設(shè)計(jì)模式
- Mastering C# Concurrency
- 嚴(yán)密系統(tǒng)設(shè)計(jì):方法、趨勢(shì)與挑戰(zhàn)
- Building an RPG with Unity 2018
- 從0到1:Python數(shù)據(jù)分析
- 用戶體驗(yàn)增長(zhǎng):數(shù)字化·智能化·綠色化
- Python深度學(xué)習(xí):基于TensorFlow
- Windows Phone 7.5:Building Location-aware Applications
- 移動(dòng)互聯(lián)網(wǎng)軟件開發(fā)實(shí)驗(yàn)指導(dǎo)
- GameMaker Essentials
- Python 3 Object:oriented Programming(Second Edition)
- Python機(jī)器學(xué)習(xí)開發(fā)實(shí)戰(zhàn)
- 啊哈C語言!:邏輯的挑戰(zhàn)(修訂版)
- Python數(shù)據(jù)預(yù)處理技術(shù)與實(shí)踐
- RESTful Web API Design with Node.js(Second Edition)