前端Web前端之路程序员

HTML5基础——Sublime Text 3包安装

2016-12-22  本文已影响1340人  微学派

一、微文概览

  1. 安装侧边栏Side Bar插件
  2. 安装View in Browser插件

二、详细介绍

{
    "posix": {
        "linux": {
            "firefox": "firefox -new-tab",
            "chrome": "google-chrome",
            "chrome64": "google-chrome",
            "chromium": "chromium"
        },
        "linux2": {
            "firefox": "firefox -new-tab",
            "chrome": "google-chrome",
            "chrome64": "google-chrome",
            "chromium": "chromium"
        },
        "darwin": {
            "firefox": "open -a \"/Applications/Firefox.app\"",
            "safari": "open -a \"/Applications/Safari.app\"",
            "chrome": "open -a \"/Applications/Google Chrome.app\"",
            "chrome64": "open -a \"/Applications/Google Chrome.app\"",
            "yandex": "open -a \"/Applications/Yandex.app\""
        }
    },
    "nt": {
        "win32": {
            "firefox": "C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe -new-tab",
            "iexplore": "C:\\Program Files\\Internet Explorer\\iexplore.exe",
            "chrome": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
            "chrome64": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
            "yandex": "%Local AppData%\\Yandex\\YandexBrowser\\browser.exe"
        }
    },

    "browser": "chrome"
}
粘贴上述代码到设置文件.png

2.5 粘贴完毕后,按下ctrl + s对文件进行保存。这时我们再回到HTML文件中右键,选择View in Browser,则直接打开chrome浏览器执行我们的HTML文件了。


打开chrome浏览器运行HTML文件.png

以上就是我们现阶段需要用到的包,关于开发HTML5,还有其他的包使用,相信大家通过安装这两个包后积累了经验,以后再安装其它的包就按照上述安装方式进行安装即可。

上一篇 下一篇

猜你喜欢

热点阅读