Installing Dependencies
Before you can build AngularJS, you must install and configure the following dependencies on your machine:
Git: The Github Guide to Installing Git is a good source of information.
Node.js: We use Node to generate the documentation, run a development web server, run tests, and generate distributable files. Depending on your system, you can install Node either from source or as a pre-packaged bundle.
Java: We minify JavaScript using our Closure Tools jar. Make sure you have Java (version 7 or higher) installed and included in your PATH variable.
Grunt: We use Grunt as our build system. Install the grunt command-line tool globally with:
npm install -g grunt-cli
Bower: We use Bower to manage client-side packages for the docs. Install the
bower
command-line tool globally with:npm install -g bower
Read full article from AngularJS: Miscellaneous: Develop
No comments:
Post a Comment