Outils pour utilisateurs

Outils du site


web:javascript:angularjs:demarrer_un_projet

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
web:javascript:angularjs:demarrer_un_projet [2014/12/14 18:42] sgariepyweb:javascript:angularjs:demarrer_un_projet [2022/02/02 00:42] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
-====== Démarrer un projet Angular ======+====== Démarrer un projet AngularJS ======
  
  
-  Installer NodeJS. +  Installer NodeJS. 
-  Installer Yeoman : ''$ npm install -g yo'' +  Installer Yeoman : ''$ npm install -g yo'' 
-  Installer Bower : ''$ npm install -g bower'' +  Installer Bower : ''$ npm install -g bower'' 
-  Installer Grunt : ''$ npm install -g grunt-cli'' +  Installer Grunt : ''$ npm install -g grunt-cli'' 
-  Installer Angular Generator : ''$ npm install -g generator-angular''+  Installer Angular Generator : ''$ npm install -g generator-angular''
  
 ====== Configurer Yeoman ====== ====== Configurer Yeoman ======
-  Initialisation : ''$ yo angular'' +  Initialisation : ''$ yo angular'' 
-  Dans la configuration, choisir les option, par exemple : +  Dans la configuration, choisir les option, par exemple : 
-    SASS: no +    SASS: no 
-    Bootstrap: Yes +    Bootstrap: Yes 
-    Modules: none+    Modules: none
  
 ====== Démarrer Grunt ====== ====== Démarrer Grunt ======
 +  * En installant ''generator-angular'' va créer le fichier Gruntfile.js.
   * ''$ grunt serve''   * ''$ grunt serve''
  
web/javascript/angularjs/demarrer_un_projet.1418578937.txt.gz · Dernière modification : 2022/02/02 00:43 (modification externe)