- Learning Yeoman
- Jonathan Spratley
- 157字
- 2021-09-03 10:02:31
Summary
That was a lot to take in for the first chapter, but we have much more to cover. In this chapter, we learned how to install all the tools in the Yeoman workflow with one easy command: npm install yo -g
. We learned about the commands that the Bower,
Grunt, and Yo webapp generators have to offer. We also got to see the LiveReload server in action while making changes to the generated files.
We were able to make sure our coding syntax was error-free via JSHint. We also got our hands dirty configuring the mocha
task and a unit test to make sure the app is functioning properly; we wrapped it up by taking a look at the optimization that takes place when your project is ready to ship.
Next, we are going to turn it up a notch by introducing the most popular Yeoman generators in the community: the Angular, Backbone, and Ember generators.
- 程序員數(shù)學(xué):用Python學(xué)透線性代數(shù)和微積分
- PostgreSQL技術(shù)內(nèi)幕:事務(wù)處理深度探索
- 深入淺出Windows API程序設(shè)計(jì):編程基礎(chǔ)篇
- Mastering C# Concurrency
- Elasticsearch for Hadoop
- Internet of Things with ESP8266
- Spring+Spring MVC+MyBatis從零開(kāi)始學(xué)
- C++程序設(shè)計(jì)教程(第2版)
- C陷阱與缺陷
- Learning Splunk Web Framework
- Learning Android Application Testing
- 玩轉(zhuǎn).NET Micro Framework移植:基于STM32F10x處理器
- 計(jì)算語(yǔ)言學(xué)導(dǎo)論
- HTML5 WebSocket權(quán)威指南
- Less Web Development Cookbook