Outils pour utilisateurs

Outils du site


web:javascript:angularjs:demarrer_un_projet

Démarrer un projet AngularJS

  1. Installer NodeJS.
  2. Installer Yeoman : $ npm install -g yo
  3. Installer Bower : $ npm install -g bower
  4. Installer Grunt : $ npm install -g grunt-cli
  5. Installer Angular Generator : $ npm install -g generator-angular

Configurer Yeoman

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

Démarrer Grunt

  • En installant generator-angular va créer le fichier Gruntfile.js.
  • $ grunt serve

Installations Bower

web/javascript/angularjs/demarrer_un_projet.txt · Dernière modification : 2022/02/02 00:42 de 127.0.0.1