wangjianguo e1bb4240b0 统计优化 il y a 8 ans
..
.vscode 9719018e54 aa il y a 9 ans
css 33ecb6eecd 统计 il y a 8 ans
images 193ee62794 提交 il y a 8 ans
js e1bb4240b0 统计优化 il y a 8 ans
node_modules b8a2165b08 视屏播放 il y a 8 ans
view 8193a942af 统计 il y a 8 ans
.editorconfig 972ccddce7 前端初始化 il y a 9 ans
README.md 1802d3e73b 更新 'VisualInspection/README.md' il y a 9 ans
favicon.ico 897b7fb60f 相加待提交状态,修改相应业务 il y a 8 ans
fis-conf.js 611f8941e1 时间戳 il y a 8 ans
index.html f320741917 修改主页面bug il y a 9 ans
package.json cebdc3e7bd 跟换弹窗 il y a 9 ans

README.md

VisualInspection

沿海高速视屏稽查(前端)

前置条件

1.安装nodejs

建议安装淘宝cnpm

npm install -g cnpm --registry=https://registry.npm.taobao.org

2.安装fis3

npm install -g fis3

添加新三方库

npm install xxx --save

1.目录结构

css

js

images

view

node_modules

xx

fis-conf.js

package.json

index.html

dist(打包后目录)

2.代码调试

1.启动fis服务端 fis3 server start

2.发布 fis3 release

3.代码打包

fis3 release -d dist


fis 帮助