码迷,mamicode.com
首页 > Web开发 > 详细

sublime-text3设置浏览器预览html

时间:2014-11-26 16:00:49      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   ar   color   sp   strong   on   div   

选择:Tools - Build System - New Build Syatem...

或者:工具 - 编译系统 - 新编译系统

然后粘贴代码

{  
     "cmd": ["chrome", "${file}"],  
     "working_dir": "${file_path}",  
     "shell":true,  
     "variants":  
     [  
          {  
               "name": "Run",  
               "cmd": [ "firefox","${file}"]  
          }  
     ]  
}  

保存为html.sublime-build

将其中的chrome和firefox换成相应浏览器的路径(注意windows下斜杠可能要换一下,比如:C:/Program Files (x86)/Google/Chrome/Application/chrome.exe

然后编写html的时候选择 编译系统- html

预览的时候 ctrl+B启动chrome打开html,shift+ctrl+B启动firefox 打开html

sublime-text3设置浏览器预览html

标签:style   blog   io   ar   color   sp   strong   on   div   

原文地址:http://www.cnblogs.com/savokiss/p/4123143.html

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