Bower: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 15: Zeile 15:
 
* bower install - installs the packages defined in the bower.json file.
 
* bower install - installs the packages defined in the bower.json file.
 
* bower install <package>
 
* bower install <package>
 +
* bower install <package> --save - install the packages and adds it to the bower.json with version "latest"
 
* bower install <package>#1.2.0
 
* bower install <package>#1.2.0
 
* bower uninstall <package>
 
* bower uninstall <package>

Version vom 19. August 2013, 12:42 Uhr

Intro

Files

  • bower.json - name, version and dependencies.
  • .bowerrc - directory (for installing the packages), json

Commands

  • bower --version
  • bower help
  • bower search <package>
  • bower info <package>
  • bower install - installs the packages defined in the bower.json file.
  • bower install <package>
  • bower install <package> --save - install the packages and adds it to the bower.json with version "latest"
  • bower install <package>#1.2.0
  • bower uninstall <package>

Others

See Grunt.