- 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:

- Learning OpenDaylight
- 嵌入式Linux開發技術
- Modern Web Testing with TestCafe
- Linux內核完全注釋(20周年版·第2版)
- 構建可擴展分布式系統:方法與實踐
- Linux網絡內核分析與開發
- 嵌入式實時操作系統μC/OS原理與實踐
- Dreamweaver CS5.5 Mobile and Web Development with HTML5,CSS3,and jQuery
- Windows 7案例教程
- 細說Linux基礎知識
- Windows Server 2012網絡操作系統項目教程(第4版)
- Linux設備驅動開發
- Cassandra 3.x High Availability(Second Edition)
- 跟老男孩學Linux運維:Shell編程實戰
- Learn Quantum Computing with Python and IBM Quantum Experience