温红权 c706b925a8 bugfix 7 سال پیش
..
.vscode 6ea92cac66 连续月统计 8 سال پیش
css 3e701de5d6 no message 8 سال پیش
fwq fd22d15374 bugfix 7 سال پیش
images a543ffacd5 修改首页 8 سال پیش
js f24f5c4ea6 Merge branch 'master' of http://git.xt.wenhq.top:8083/wenhongquan/VisualInspection 7 سال پیش
node_modules c706b925a8 bugfix 7 سال پیش
qzd 146f5c38dd 清障队 7 سال پیش
view a805f1e232 bugfix 7 سال پیش
.editorconfig 972ccddce7 前端初始化 9 سال پیش
README.md 1802d3e73b 更新 'VisualInspection/README.md' 9 سال پیش
favicon.ico 897b7fb60f 相加待提交状态,修改相应业务 9 سال پیش
fis-conf.js aa61e7ec30 修改bug 8 سال پیش
index.html 1a3ae9b33b UI:图片提换 8 سال پیش
package-lock.json c706b925a8 bugfix 7 سال پیش
package.json c706b925a8 bugfix 7 سال پیش

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