web:javascript:angularjs:demarrer_un_projet
Table des matières
Démarrer un projet AngularJS
- 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
- 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