|
|
há 9 anos atrás | |
|---|---|---|
| .. | ||
| css | há 9 anos atrás | |
| images | há 9 anos atrás | |
| js | há 9 anos atrás | |
| node_modules | há 9 anos atrás | |
| view | há 9 anos atrás | |
| 原型 | há 9 anos atrás | |
| .editorconfig | há 9 anos atrás | |
| README.md | há 9 anos atrás | |
| fis-conf.js | há 9 anos atrás | |
| index.html | há 9 anos atrás | |
| package.json | há 9 anos atrás | |
沿海高速视屏稽查(前端)
前置条件
1.安装nodejs
建议安装淘宝cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org2.安装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 start2.发布
fis3 release
3.代码打包
fis3 release -d dist