yuzuafro
Node.js と npm パッケージ
Try
HackMD
yuzuafro
·
Follow
Last edited by
yuzuafro
on
Jun 15, 2025
Linked with GitHub
Contributed by
0
Comments
Feedback
Log in to edit or delete your comments and be notified of replies.
Sign up
Already have an account? Log in
There is no comment
Select some text and then click Comment, or simply add a comment to this page from below to start a discussion.
Discard
Send
Node.js と npm パッケージ
Node.js とは
オープンソースの JavaScript 実行環境である。
もともとはサーバーサイドの JavaScript 実行環境だったが、現在はクライアントサイドでも使用されている。
Node.js 公式
https://nodejs.org/ja
参考資料
Node.jsとはなにか?なぜみんな使っているのか?[Qiita]
https://qiita.com/non_cal/items/a8fee0b7ad96e67713eb
npm とは
npm は Node.js のパッケージ管理ツールである。
Python における pip、Ubuntu における apt のようなものである。
Node.js だけでも開発は可能だが、express や angular といったパッケージをインストールして使用するのが一般的である。
Angular とは
Angular は Google が開発したフロントエンド向け Webアプリケーションフレームワークである。
コンポーネントベースであり、1つのコンポーネントをHTML/CSS/TypeScript の3つのファイルで管理する。
コンポーネントはボタンやフォームのような小さな部品からページ全体のような大きな部品まで定義可能であり、再利用可能な設計が可能。
npm パッケージとして提供されている。
Angular 公式
https://angular.jp/
Electron とは
Electron は、JavaScript、HTML、CSS によるデスクトップアプリケーションを構築するフレームワークである。
Web技術でデスクトップアプリケーションを開発可能にする。
npm パッケージとして提供されている。
Electron 公式
https://www.electronjs.org/ja/
Express とは
Express はバックエンド向け Webアプリケーションフレームワークである。
API の作成やデータベースとの連携が簡単に実現できる。
npm パッケージとして提供されている。
Express 公式
https://expressjs.com/
Node.js と npm パッケージ
Node.js とは
npm とは
Angular とは
Electron とは
Express とは
Expand all
Back to top
Go to bottom
Node.js と npm パッケージ
Node.js とは
npm とは
Angular とは
Electron とは
Express とは
Expand all
Back to top
Go to bottom
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up
Comment