http-server で SJISサイトがNG
http-server がよく簡易サーバーとして挙げられることが多いんですが、Node.jsは基本的にUTF-8推奨です。http-serverだと、完全に文字化けします。
node-staticをお使いください。
$ npm install node-static -g
$ static
http://0.0.0.0:8080 とか、http://localhost:8080 で文字化けしない。
本日は以上です。
Go to list of users who liked
More than 5 years have passed since last update.
http-server がよく簡易サーバーとして挙げられることが多いんですが、Node.jsは基本的にUTF-8推奨です。http-serverだと、完全に文字化けします。
node-staticをお使いください。
$ npm install node-static -g
$ static
http://0.0.0.0:8080 とか、http://localhost:8080 で文字化けしない。
本日は以上です。
Register as a new user and use Qiita more conveniently
Go to list of users who liked