# fis3-es6 **Repository Path**: BlockShow/fis3-es6 ## Basic Information - **Project Name**: fis3-es6 - **Description**: 兼容到ie8 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2018-06-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 本地需安装nginx 服务做代理访问 # FIS ## 基于FIS的多页面构建方案 恒企教育内部工资条查询 v1.0.0 ===== ## 构建环境 * fis3 `^3.4.22` * node `^4.5.0` * npm `^2.15.9` ## 启动 ``` npm i fis3 -g npm i npm run clean npm run dev ``` ## 配置流程 知商商城 使用 `fis3` 来构建一个生产版本 首先你得确保全局安装了 `node` ``` 安装 node v4.5.0 安装完毕后查看版本号 node -v npm -v ``` ## 模块加载器 ``` modJS 通过 fis3-hook-commonjs 的支持,FIS 能很好的支持 commonjs ,完全满足 commonjs 规范。 ``` ## 预处理语言 ``` less ``` ## JS模板引擎 ``` artTemplate https://github.com/aui/artTemplate ``` ## 开发目录 ``` Project |-- components 外部资源库 |-- jquery |-- fxtpl JS模板引擎 |-- modules 模块 And 组件 |-- header 页面组件 |-- header.js |-- header.html |-- header.scss |-- widgets 模块目录 |-- banner |-- banner.js |-- banner.html |-- banner.scss |-- main.js |-- page 页面目录 |-- list.html |-- style 静态资源目录 |-- img |-- less |-- reset.less |-- fis-conf.js 配置文件 |-- README.md 文档 |-- package.json 依赖资源表 ```