NPM搭建服静态务器 http-server
2021-06-21 15:05
阅读:327
标签:script install code .com package html 服务 服务器 静态 搭建服静态务器 http-server http://www.cnblogs.com/lucker/p/4108838.html NPM搭建服静态务器 http-server 标签:script install code .com package html 服务 服务器 静态 原文地址:http://www.cnblogs.com/hupan508/p/7182054.html
1、全局安装 http-server npm install http-server -g
2、到某已目录下安装 npm install http-server
3.init npm npm init yes
在package.js中加入
"scripts": {
"start": "http-server -a 127.0.0.1 -p 7070"
}
4.执行 npm start 服务器开启
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:NPM搭建服静态务器 http-server
文章链接:http://soscw.com/index.php/essay/96959.html
文章标题:NPM搭建服静态务器 http-server
文章链接:http://soscw.com/index.php/essay/96959.html
评论
亲,登录后才可以留言!