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.

XAMMP環境構築(初心者)

Last updated at Posted at 2024-03-20

ファイル類の準備

1.backlog中のGitのmasterをコピー。
2.デスクトップに適当にフォルダーを作って中で右クリック。
3. ** Git Clone... **をクリックしてダウンロードする。

XAMMPの準備

backlogのWikiに各バージョンが書いてあるのでそれに合わせる。

ザンプ公式→Windows版→(例)7.2.34をクリック。

portable、64bit、installerの文字が入っているフォルダをダウンロード。


*1つのPCで複数のXAMMPを入れる場合

スタートボタンを右クリック→ システム→ 詳細設計→ 環境変数→

下枠の中のpathをクリック→ 新たなpathを入力→ 上下で上に来たものが起動する。

コマンドプロンプトで php -v 現在の起動しているバージョンを確認する。


Node のバージョンを切り替えて使用する「nvm-windows」

主に使用するコマンド一覧

node -v
npm -v
nvm ls
nvm use 16.13.2(バージョンは例)
npm list vue (vueのバージョン確認)

npm install
composer install
npm run watch


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?