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

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