当前位置:网站首页>使用serve搭建本地服务器
使用serve搭建本地服务器
2022-08-04 03:33:00 【richest_qi】
使用serve搭建本地服务器,步骤如下:
- 全局安装serve:
npm install -g serve
。 - 启动本地服务器:
serve 目标文件夹
。serve target-folder
。serve target-folder -p 3030
。-p
,指定端口。serve target-folder -C
。-C
或者--core
,可跨域。
相关链接
NPM包serve 的简单使用, 当web服务器
node环境使用serve把文件夹发布为一个静态服务,并解决服务跨域问题
边栏推荐
- Why use Selenium for automated testing
- new Date将字符串转化成日期格式 兼容IE,ie8如何通过new Date将字符串转化成日期格式,js中如何进行字符串替换, replace() 方法详解
- 基于 SSE 实现服务端消息主动推送解决方案
- 如何在MySQL中的数据库下删除所有的表
- Functions, recursion and simple dom operations
- JVM内存和垃圾回收-07.堆
- 数据湖(二十):Flink兼容Iceberg目前不足和Iceberg与Hudi对比
- 安装postgis时报找不到“POSTGIS_VERSION”这个函数
- 基于Qt的目录统计QDirStat
- Mini program + new retail, play the new way of playing in the industry!
猜你喜欢
随机推荐
sqoop ETL工具
机器学习之视频学习【更新】
Mockito unit testing
LeetCode每日一题(2285. Maximum Total Importance of Roads)
Y86. Chapter iv Prometheus giant monitoring system and the actual combat, Prometheus storage (17)
复现20字符短域名绕过
Returns the maximum number of palindromes in a string
base address: environment variable
STM8S-----选项字节
new Date将字符串转化成日期格式 兼容IE,ie8如何通过new Date将字符串转化成日期格式,js中如何进行字符串替换, replace() 方法详解
外卖店优先级
力扣(LeetCode)215. 数组中的第K个最大元素(2022.08.03)
汇编语言之栈
[Study Notes Dish Dog Learning C] Dynamic Memory Management
golang中的unsafe.Pointer,指针,引用
怎么把elastic中的异常登录ip和日志自动导出或抓取到数据库中?
Pine脚本 | 如何显示和排版绘图开关?
Why use Selenium for automated testing
MySQL查询优化与调优
【项目实现】Boost搜索引擎