Sublime text 3使用SideBarEnhancements插件在localhost服务器上运行本地文件?

时间:2015-07-07 03:34:54

标签: javascript angularjs

我正在尝试在localhost服务器上运行我的index.html文件,因为我使用的是角度路由指令。这些是我使用的步骤,但它不起作用。

//sidebarenchancements.json

{
	"file:///C:/Users/Jdog/Desktop/projects/Calibre/social/index.html": {
		 "url_testing":"http://localhost",
        "url_production":"http://localhost"
	}
}

请注意,file:///c:...是我在运行浏览器时看到的直接网址。

有什么建议吗?我正在使用Windows 8

1 个答案:

答案 0 :(得分:0)

对于路由问题你可以使用带有chrome的--disable-web-security标志进行测试,或者使用mozilla firefox,因为它也支持xhr in file:// protocol,还有很多方法可以做同样的事情< / p>