标签:image com http ping shell 新版本 sans hub install
安装node.js的版本控制工具nvm,在终端中执行
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
重新进入终端,使用nvm安装最新版本的node.js
nvm install node
安装live-server
npm install -g live-server
使用
# 在静态文件目录front_end_pc下执行
live-server
live-server运行在8080端口下,可以通过127.0.0.1:8080
来访问静态页面。
标签:image com http ping shell 新版本 sans hub install
原文地址:https://www.cnblogs.com/itBlogToYpl/p/11844579.html