基于fis3-arrow(fisa)的多业务模块化脚手架
$ mkdir project
$ cd project
$ fis3 init zuojj/fis3-arrow-scaffold
或者
$ git clone https://github.com/zuojj/fis3-arrow-scaffold.git
$ cd fis3-arrow-scaffold
├─common
│ ├─page
│ └─static
│ └─css
└─home
├─page
├─static
│ ├─img
│ └─js
├─test
└─widget
├─login
└─viewimg
cd project
// FMUI 移动端组件库
git clone https://github.com/zuojj/fmui.git
// FDUI PC端组件库
git clone https://github.com/zuojj/fdui.git