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.