编程语言
首页 > 编程语言> > node服务容器 serve 和 http-serve

node服务容器 serve 和 http-serve

作者:互联网

参考:https://www.cnblogs.com/leee/p/5502727.html

 

项目打包文件本地起serve运行

npm i -g serve  
"serve": "serve ./build"
npm run serve

标签:node,npm,5000,http,serve,html,打包
来源: https://www.cnblogs.com/shun1015/p/15846283.html