hzd 4b6d5ed8e9 修改域名 1 vuosi sitten
..
component 370bb17ba7 摄像头 1 vuosi sitten
css 370bb17ba7 摄像头 1 vuosi sitten
img 370bb17ba7 摄像头 1 vuosi sitten
lib 370bb17ba7 摄像头 1 vuosi sitten
.htaccess 370bb17ba7 摄像头 1 vuosi sitten
box.html 370bb17ba7 摄像头 1 vuosi sitten
config.js 4b6d5ed8e9 修改域名 1 vuosi sitten
demo.html 370bb17ba7 摄像头 1 vuosi sitten
demo.php 370bb17ba7 摄像头 1 vuosi sitten
jk.html 370bb17ba7 摄像头 1 vuosi sitten
nginx.htaccess 370bb17ba7 摄像头 1 vuosi sitten
readMe.txt 370bb17ba7 摄像头 1 vuosi sitten
vue.js 370bb17ba7 摄像头 1 vuosi sitten

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