码迷,mamicode.com
首页 > 其他好文 > 详细

前端建立一个本地服务器:browser-sync

时间:2018-10-31 23:31:33      阅读:331      评论:0      收藏:0      [点我收藏+]

标签:not   htm   oca   host   file   pac   serve   html   sync   

1.安装browser-sync:

 npm i browser-sync --save-dev

2.在package.json中添加启动代码:

 "start": "./node_modules/.bin/browser-sync start --server --no-notify --files=‘index.html,*.css,*.js"

3.运行:npm run start ,监听在localhost:3000端口;

 

前端建立一个本地服务器:browser-sync

标签:not   htm   oca   host   file   pac   serve   html   sync   

原文地址:https://www.cnblogs.com/yangguoe/p/9886353.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!