fes.js/README.md
2020-08-27 17:18:57 +08:00

43 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Fes.js
Fes.js 是一个管理台应用解决方案提供初始项目、开发调试、编译打包的命令行工具内置布局、权限、数据字典、状态管理、Api等多个模块文件目录结构即路由用户只需要编写页面内容。基于Vue.js内置管理台常用能力让用户写的更少更简单。经过多个项目中打磨趋于稳定。
## 页面举例
首页:
![image](https://github.com/WeBankFinTech/fes.js/blob/master/images/home.png)
表单页面:
![image](https://github.com/WeBankFinTech/fes.js/blob/master/images/form.png)
列表页面:
![image](https://github.com/WeBankFinTech/fes.js/blob/master/images/list.png)
列表页面:
![image](https://github.com/WeBankFinTech/fes.js/blob/master/images/listAndFrom.png)
列表页面:
![image](https://github.com/WeBankFinTech/fes.js/blob/master/images/listAndImg.png)
## 使用
```bash
# install
npm install @webank/fes-cli -g
# create a project
fes init [project]
cd [project] && npm i
# start dev
npm run dev
# build
npm run build
```
## 文档
详细使用请查看[文档](https://webankfintech.github.io/fes.js/)