-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: 変更履歴 | ||
slug: Learn_web_development/Changelog | ||
l10n: | ||
sourceCommit: 5b20f5f4265f988f80f513db0e4b35c7e0cd70dc | ||
--- | ||
|
||
{{LearnSidebar}} | ||
|
||
## 2024 年 12 月 | ||
|
||
「ウェブ開発を学ぶ」の章の大幅な更新は 2024 年 11 月に始められ、 2024 年 12 月にようやく公開すべき状態になりました。簡単に言うと、 MDN カリキュラムは「ウェブ開発を学ぶ」に統合されました。 | ||
|
||
具体的には次の通りです。 | ||
|
||
- コンテンツは同じですが、カリキュラムと同じ学習経路の構造を応用に再構成されています。ものによっては、コンテンツが初心者向けではないと判断され、 MDN の他の部分に移行されました。 | ||
- ほとんどの記事の冒頭に、カリキュラムに記載された学習成果に対応する具体的な学習成果が追加されました。 | ||
- カリキュラムのその他の機能([概要](/ja/docs/Learn_web_development/About)ページや[教育者向けのリソース](/ja/docs/Learn_web_development/Educators)など)は、「ウェブ開発の学習」の章に移行されました。 | ||
|
||
カリキュラムは現時点では維持されていますが、非推奨のものと考えることができ、適切な時点と判断されたときには除去されるでしょう。 | ||
|
||
今後は、学習者や教育者にとってさらに有益なウェブ開発学習サイトとなるよう、コンテンツとデザインの更新を続けていきます。 |
41 changes: 41 additions & 0 deletions
41
files/ja/learn_web_development/getting_started/environment_setup/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: 環境設定 | ||
slug: Learn_web_development/Getting_started/Environment_setup | ||
l10n: | ||
sourceCommit: 5b20f5f4265f988f80f513db0e4b35c7e0cd70dc | ||
--- | ||
|
||
{{LearnSidebar}} | ||
|
||
{{NextMenu("Learn_web_development/Getting_started/Environment_setup/Installing_software", "Learn_web_development/Getting_started")}} | ||
|
||
この環境設定モジュールでは、単純なウェブ開発に必要なツールと、それらを正しくインストール方法を示し、ファイルシステムやコマンドラインなど、環境の重要な側面を理解するのに役立つ情報を提供します。 | ||
|
||
## 前提知識 | ||
|
||
このモジュールは、コンピューターの基本的な操作方法に関する知識を前提としていません。 以下のことができることを想定しています。 | ||
|
||
- コンピューターにサインインし、インターネットに接続すること。 | ||
- キーボードやマウス(またはその他のポインティングデバイス)などの基本的なシステムコントロールを使用すること。 | ||
- アプリケーションをインストールすること。 | ||
|
||
もし、このような基本事項を復習する必要がある場合は、使用するオペレーティングシステムに応じて、次のリソースをお勧めします。 | ||
|
||
- [Windows のヘルプとラーニング](https://support.microsoft.com/windows) (Microsoft, 2024) | ||
- [Mac ユーザガイド](https://support.apple.com/guide/mac-help/welcome/mac) (Apple, 2024) | ||
- [Official Ubuntu documentation](https://help.ubuntu.com/) (ubuntu.com, 2024) | ||
|
||
## チュートリアル | ||
|
||
- [ソフトウェアのインストール](/ja/docs/Learn_web_development/Getting_started/Environment_setup/Installing_software) | ||
- : この記事では、単純なウェブ開発に必要なツールと、それらの正規のインストール方法を表示させます。 今回は、テキストエディターと最新のブラウザーなどを含む、必要最小限のツールを設定します。 | ||
- [ウェブの閲覧](/ja/docs/Learn_web_development/Getting_started/Environment_setup/Browsing_the_web) | ||
- : この記事では、ブラウザーの使用についてもう少し深く掘り下げ、ウェブブラウザーがどのように動作するのか、操作する一般的なアイテムのいくつかの違い、情報検索の方法について説明します。 | ||
- [コードエディター](/ja/docs/Learn_web_development/Getting_started/Environment_setup/Code_editors) | ||
- : この記事では、コードエディターについてさらに詳しく見ていき、それがあなたのために何ができるのかについてのアイディアを提供します。 | ||
- [ファイルの扱い](/ja/docs/Learn_web_development/Getting_started/Environment_setup/Dealing_with_files) | ||
- : この記事では、ウェブサイトに適切なファイル構造を設定するには、ファイルシステムについて知っておくべきいくつかの課題について解説します。 | ||
- [コマンドライン短期集中講座](/ja/docs/Learn_web_development/Getting_started/Environment_setup/Command_line) | ||
- : この記事では、端末の紹介、端末に入力する必要のある必須コマンド、コマンドを連結する方法、自分自身でコマンドラインインターフェイス (CLI) ツールを追加する方法を提供します。 | ||
|
||
## 関連情報 |