minitiger d59e5303e9 Merge branch 'master' of http://git_xt.git.topm.win:8080/wenhongquan/VisualInspection 8 anni fa
..
.vscode 9719018e54 aa 9 anni fa
css 23abc97826 报表增加分数区间选择 8 anni fa
images 5d9fec2988 统计 8 anni fa
js d59e5303e9 Merge branch 'master' of http://git_xt.git.topm.win:8080/wenhongquan/VisualInspection 8 anni fa
node_modules ec4c5a241a Merge branch 'master' of http://git_xt.git.topm.win:8080/wenhongquan/VisualInspection 9 anni fa
view 29aa82339f 添加面包屑导航 8 anni fa
.editorconfig 972ccddce7 前端初始化 9 anni fa
README.md 1802d3e73b 更新 'VisualInspection/README.md' 9 anni fa
fis-conf.js 445e940317 主页面导航 9 anni fa
index.html f320741917 修改主页面bug 9 anni fa
package.json cebdc3e7bd 跟换弹窗 9 anni fa

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 帮助