美文网首页
本地建服务器

本地建服务器

作者: Miss_Fairy | 来源:发表于2017-09-13 16:21 被阅读0次

    1.首先命令行进入到项目目录下,安装 npm install browser-sync --save-dev
    2.执行命令
    browser-sync start --server --files "**" --index "index.html" --open "external" --reload-debounce --no-notify

    相关文章

      网友评论

          本文标题:本地建服务器

          本文链接:https://www.haomeiwen.com/subject/epclsxtx.html