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 1 year has passed since last update.

各種ダウンロード、インストール方法などまとめ

Last updated at Posted at 2022-11-29

はじめに

この記事は、各種ダウンロード、インストール方法などをチートシートのような形でまとめた記事となります。

少しずつ追加していきますので、もしよかったら参考にお使い下さい。

1. jQuery

jQueryの導入には2つの方法があります。

❶ CDNで読み込む方法❷ ダウンロードする方法

・CDNで読み込む方法

 jQuery公式/CDN

jQuery公式サイトからCDN経由で利用できるURLが掲載されています。
一番上の最新バージョンの中に、いくつかファイルが用意されており、
「コメントや改行などがあって見やすい、容量が大きい」ものが希望であれば、非圧縮(uncompressed)。
「軽量で高速」なのが希望であれば、圧縮「minified」をお使いください。
一般的には、開発段階は「uncompressed」、公開後は「minified」で使い分けられる方が多い印象です。

・ダウンロードする方法

 jQuery公式/Download

[右クリック]→[名前を付けてリンク先を保存]でローカル環境に保存する。(保存場所は任意でOK)

jQuery.jpg
※ jQuery 3.6.1は2022年11月時点のバージョンです。

HTMLファイルの</body>タグ直前に<script>タグを用いて jQuery ファイルを読み込ませる。
※ ここではjsフォルダを作成し、その中jQueryファイルを保存しています。

Image from Gyazo


(※他作成中)

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?