1
4

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.

VSCodeでサーバー建ててファイル一式で納品の案

Last updated at Posted at 2020-02-19

HTML/JSをサーバー動作でスタンドアロン納品したいときにVSCodeでLiveServerして簡易サーバーするメモ
XAMMPとかApache入れるなど結構大変なので。
他にいい方法あるとうれしい

VSCodeをZip形式でダウンロード

https://code.visualstudio.com/download
NoName_2020-2-19_10-12-35_No-00.png

新規環境として認識

dataディレクトリを追加すると新しい環境として認識するので、既存で利用中のVsCodeとい分けて設定が可能

NoName_2021-5-11_10-20-56_No-00.png

拡張機能をダウンロード

右下の方にダウンロードできるところあり

Live Server

https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
NoName_2020-2-19_17-20-17_No-00.png

Japanese Language Pack for Visual Studio Code

https://marketplace.visualstudio.com/items?itemName=MS-CEINTL.vscode-language-pack-ja
NoName_2020-2-19_17-20-37_No-00.png

VSCodeに拡張機能をインストール

日本語化してLiveサーバーな状態
dataフォルダつくるとPCにインストしたVSCodeの設定を読み込まなくなるので便利でした
NoName_2020-2-19_17-23-44_No-00.png

参考サイト

Visual Studio CodeをオフラインPCで使用する
https://qiita.com/mekemeke421/items/98d5a3e2f2cc7517a6ab

1
4
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
1
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?