live-server使用笔记

Posted 陆漫漫

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了live-server使用笔记相关的知识,希望对你有一定的参考价值。

  使用npm全局安装:

  

npm install live-server -g

  安装完成后在项目的package.json中加入:

    

"scripts": {  
  "server": "live-server ./ --port=8081"  
}  

  启动项目:

npm run server

 

以上是关于live-server使用笔记的主要内容,如果未能解决你的问题,请参考以下文章

live-server开启临时服务

live-server在mac中的使用

live-server的使用

前端live-server简易服务器的使用

Ubuntu16.04安装live-server

ubuntu live-server 启动报错