Outils pour utilisateurs

Outils du site


web:javascript:angularjs:demarrer_un_projet

Ceci est une ancienne révision du document !


Démarrer un projet Angular

  • Installer NodeJS.
  • Installer Yeoman : $ npm install -g yo
  • Installer Bower : $ npm install -g bower
  • Installer Grunt : $ npm install -g grunt-cli
  • Installer Angular Generator : $ npm install -g generator-angular

Configurer Yeoman

  • Initialisation : $ yo angular
  • Dans la configuration, choisir les option, par exemple :
    • SASS: no
    • Bootstrap: Yes
    • Modules: none

Démarrer Grunt

  • $ grunt serve

Installations Bower

web/javascript/angularjs/demarrer_un_projet.1418578937.txt.gz · Dernière modification : 2022/02/02 00:43 (modification externe)