Original address: http://yeoman.io/codelab/index.html
Use Yeoman to build simple applications
A simple Web application will be built today. You will be able to add, delete, drag and save.
Explore Yeoman
Yeoman is a man wearing a hat and sleeves.
With one to two commands, yeoman can write boilerplate code for all of your Web programs, or for individual modules. Yeoman can generate a preview of the Web server and monitor your files in order to reload the changed and compiled sass. Yeoman can also run your unit tests, minimize and link your code, optimize images, and more.
- Yo is a scaffolding tool that provides a unique framework for the scaffolding ecosystem that becomes a generator that can perform some tedious tasks.
- Yeoman can also be used with other tools
- Grunt is used to build, preview and test your project.
- Gulp is a replacement tool for Gruntjs that can be configured with code overrides
- Bower is a tool that has been managed so that you can download the front and back function libraries without manual downloading
Using Yeoman to build AngularJS applications (2)--let's build a Web application