- Learning Yeoman
- Jonathan Spratley
- 106字
- 2021-09-03 10:02:32
Summary
In this chapter, we covered the installation and usage of the four most popular official Yeoman generators:
- The generator-webapp
- The generator-angular
- The generator-backbone
- The generator-ember
We also covered using the subgenerators of each generator to assist in creating various parts of an application in the desired framework.
In the next chapter, we are going to use the AngularJS generator in detail. We will explore each subgenerator, and create the individual pieces of a single page CRUD application. We'll also explore writing unit tests for each of the AngularJS modules as well as setting up an end-to-end test environment to automate the functionality of the application.
推薦閱讀
- The Modern C++ Challenge
- What's New in TensorFlow 2.0
- Apache Spark 2.x Machine Learning Cookbook
- Mathematica Data Analysis
- Scala編程實戰(原書第2版)
- 愛上micro:bit
- HTML+CSS+JavaScript編程入門指南(全2冊)
- 鴻蒙OS應用編程實戰
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- Getting Started with Python
- ASP.NET 4.0 Web程序設計
- Mudbox 2013 Cookbook
- 從零開始學UI:概念解析、實戰提高、突破規則
- Drupal Search Engine Optimization
- 現代C++語言核心特性解析