0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

オフライン環境構築 bower編

Last updated at Posted at 2019-01-02

オフライン環境構築 目次へ

概要

オフラインでbowerを使いたい人のための手順。

手順

ダウンロード

オンライン環境でbower installする。

キャッシュ確認

インストール時にbowerが作るキャッシュとそのフォルダを確認する。

bower cache list

キャッシュ移動

キャッシュフォルダをオフライン環境に移動する。

キャッシュからインストール

bower をオフラインモードで起動して、キャッシュからインストールする。

bower install <package> --offline

おまけ

キャッシュを削除したいときは以下のコマンドを実行する。

bower cache clean

参考文献

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?