hzd 4b6d5ed8e9 修改域名 8 月之前
..
component 370bb17ba7 摄像头 10 月之前
css 370bb17ba7 摄像头 10 月之前
img 370bb17ba7 摄像头 10 月之前
lib 370bb17ba7 摄像头 10 月之前
.htaccess 370bb17ba7 摄像头 10 月之前
box.html 370bb17ba7 摄像头 10 月之前
config.js 4b6d5ed8e9 修改域名 8 月之前
demo.html 370bb17ba7 摄像头 10 月之前
demo.php 370bb17ba7 摄像头 10 月之前
jk.html 370bb17ba7 摄像头 10 月之前
nginx.htaccess 370bb17ba7 摄像头 10 月之前
readMe.txt 370bb17ba7 摄像头 10 月之前
vue.js 370bb17ba7 摄像头 10 月之前

readMe.txt

1.nginx启动
将压缩包解压到nginx的html目录

双击nginx.exe,浏览器访问网址http://127.0.0.1:4481/demo.html即可

2.http-server方式启动
安装http-server
npm install http-server -g

到根目录启动(注意:地址只能使用127.0.0.1,端口只能使用4481或者7481)
http-server -p 4481 -o