温红权 968ca2c116 修改目录栏展开bug 9 years ago
..
css ebbb1531d2 主页面 9 years ago
dist 4e4e653f12 文件上传 9 years ago
images dd510eea57 目录整理 9 years ago
js 968ca2c116 修改目录栏展开bug 9 years ago
node_modules c16833257c npm 9 years ago
view 6828742705 Merge branch 'master' of http://git_xt.git.topm.win:8080/wenhongquan/VisualInspection 9 years ago
原型 8da74cc15c 原型 9 years ago
.editorconfig 972ccddce7 前端初始化 9 years ago
README.md 1802d3e73b 更新 'VisualInspection/README.md' 9 years ago
fis-conf.js 445e940317 主页面导航 9 years ago
index.html 8da74cc15c 原型 9 years ago
package.json c16833257c npm 9 years ago

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