MSI\liwei 0e4dc9726e bug il y a 7 ans
..
.vscode 6ea92cac66 连续月统计 il y a 8 ans
css 4f2be4c2b1 bug il y a 7 ans
fwq ca5d1616ef bug il y a 7 ans
images a543ffacd5 修改首页 il y a 7 ans
js ca5d1616ef bug il y a 7 ans
node_modules f920a02b24 Merge branch 'master' of http://git.xt.wenhq.top:8083/wenhongquan/VisualInspection il y a 7 ans
qzd 0e4dc9726e bug il y a 7 ans
view 25f58e0fb7 bugfix il y a 7 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 aa61e7ec30 修改bug il y a 8 ans
index.html 1a3ae9b33b UI:图片提换 il y a 8 ans
package-lock.json e28175f7db bugfix il y a 7 ans
package.json e28175f7db bugfix il y a 7 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 帮助