- Oracle JET for Developers
- Raja Malleswara Rao Pattamsetti
- 173字
- 2021-07-02 22:03:04
Installing Yeoman and Grunt
Yeoman is the scaffolding tool for web applications, and easily kick starts your new web project development, ensuring the best practices are covered. This means that you don’t have to go through the initial project setup tasks you would normally go through to get started; instead, get ready to use application structures along with modular architecture.
Grunt is a JavaScript task runner, a tool used to automatically perform frequent tasks such as minification, compilation, unit testing, linting (the process of running a program that will analyze code for potential errors), and so on. It uses a command-line interface to run custom tasks defined in a file (known as a Gruntfile). Grunt helps in automating the tedious non-functional activities such as minimization, compilation, unit testing, and linting. It's much easier than the method we have been using for years.
We can install them together using the following command:
npm -g install yo grunt-cli
This should complete the installation, as shown in the following screenshot:

- 每天5分鐘玩轉Kubernetes
- PLC控制程序精編108例
- Linux實戰
- VMware Horizon View 6 Desktop Virtualization Cookbook
- 嵌入式應用程序設計綜合教程(微課版)
- Installing and Configuring Windows 10:70-698 Exam Guide
- 嵌入式Linux驅動程序和系統開發實例精講
- Linux集群和自動化運維
- 深入Linux內核架構與底層原理(第2版)
- Windows Phone 8 Application Development Essentials
- Application Development in iOS 7
- AutoCAD 2014中文版從入門到精通
- CentOS 6 Linux Server Cookbook
- Ubuntu Linux操作系統實用教程
- Java EE 7 Developer Handbook