| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
57 バイト追加 、 2020年7月24日 (金) 14:33
編集の要約なし
==Bower==| [[YEOMAN]] | [[Node.js]] | ==[[Bower]]==
*http://bower.io/
*パッケージ管理ツール
===インストール===
$ [[npm ]] install -g bower
=====バージョンの確認=====
$ bower -v
? what types of modules does this package expose?:
? keywords:
? authors: piroto <&lt;pppiroto@gmail.com>&gt;
? license: MIT
? homepage:
version: '0.0.0',
authors: [
'piroto <&lt;pppiroto@gmail.com>&gt;'
],
description: 'test application',
bower extract angular-ui-bootstrap-bower#* archive.tar.gz
bower resolved git://github.com/angular-ui/bootstrap-bower.git#0.12.1
bower not-cached git://github.com/angular/bower-angular.git#>&gt;=1 <&lt;1.3.0 bower resolve git://github.com/angular/bower-angular.git#>&gt;=1 <&lt;1.3.0
bower download https://github.com/angular/bower-angular/archive/v1.2.28.tar.gz
bower extract angular#>&gt;=1 <&lt;1.3.0 archive.tar.gz
bower resolved git://github.com/angular/bower-angular.git#1.2.28
bower install angular-ui-bootstrap-bower#0.12.1
angular#1.2.28 bower_components/angular
====[[MEMO]]====
$ bower install angular-bootstrap --save
$ bower install angular-route#1.2.28 --save
│ └── angular#1.2.28
├─┬ angular-social#1.0.0
│ └── angular#1.2.28 incompatible with >&gt;= 1.3.0 (1.4.5-build.4188+sha.7e67e52 available)
├─┬ angular-ui-bootstrap-bower#0.12.1 (latest is 0.13.3)
│ └── angular#1.2.28

案内メニュー