augularjs-Start detailed _angularjs

Source: Internet
Author: User

This year the needs of the project, began to study the front-end development, as the project has been used Angularjs, and then continue to use it.

Before using ANGULARJS, be prepared with tools: Nodejs, NPM, git, bower, FIS

The following are the installation methods for each tool (64-bit WIN10 for the development machine):

1.Nodejs

1> Download Installation: Https://nodejs.org/dist/v6.2.2/node-v6.2.2-x64.msi
2> Verification Installation: Node-v

2.npm

1> verification Installation (with Nodejs installed): npm-v
2> Configuration parameters:
NPM config set prefix "E:\tools\nodejs\node_global"
NPM config set cache "E:\tools\nodejs\node_cache"
3> setting node's environment variable: E:\tools\nodejs\node_global

3.git

Download installation: Https://www.git-scm.com/download/win

4.bower

1> installation: NPM install-g Bower;
2> Common commands:
Bower Init;
Bower install jquery;
Bower uninstall jquery;
Bower Cache Clean;
Bower Update;
3> the. BOWERRC of the configuration project.
{
"Directory": "App/lib"
}

5. FIS

1> Installation:

NPM install-g fis;
NPM install-g fis-postpackager-simple;

2> Common commands:
FIS release-d. \dist
FIS release--optimize--md5--pack-d. \dist--domains
FIS Server Open
FIS Server Start
FIS Server Stop

6. Angular-seed

The above article augularjs-start to explain is small series to share all the content, hope to give you a reference, also hope that we support cloud habitat community.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.