fes.js/docs/zh/README.md
2021-01-22 17:43:38 +08:00

65 lines
1.7 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.

---
home: true
title: 首页
heroImage: /logo.png
actions:
- text: 快速上手
link: /zh/guide/getting-started.html
type: primary
- text: 项目简介
link: /zh/guide/
type: secondary
features:
- title: 可扩展
details: 借鉴Umi实现了完整的生命周期和插件化机制插件可以管理项目的编译时和运行时能力均可以通过插件封装进来在fes.js中协调有序的运行。
- title: Fast
details: 内置了路由、构建、部署、测试等并且提供诸如布局、权限、国际化、状态管理、API请求、数据字典、SvgIcon等插件可以满足大部分日常开发需求。
- title: Easy
details: 基于Vue.js上手简单。设计上尽量通过约定方式简化概念更容易上手。约定不能完全替代配置统一管理插件配置入口一致的体验学习起来更轻松。
- title: Strong
details: 经过多个项目中打磨,趋于稳定。
footer: MIT Licensed | Copyright © 2020-present Webank
---
### 像数 1, 2, 3 一样容易
<CodeGroup>
<CodeGroupItem title="YARN" active>
```bash
# 创建模板
yarn create @webank/fes-app myapp
# 安装依赖
yarn
# 运行
yarn dev
```
</CodeGroupItem>
<CodeGroupItem title="NPM">
```bash
# 创建模板
npx @webank/create-fes-app myapp
# 安装依赖
npm install
# 运行
npm run dev
```
</CodeGroupItem>
</CodeGroup>
## 反馈
| Github Issue | 微信群 | Fes.js开源运营小助手 |
| --- | --- | --- |
| [@webank/fes.js/issues](https://github.com/WeBankFinTech/fes.js/issues) | <img src="https://i.loli.net/2020/09/11/2XhKtPZd6NFVbDE.png" width="250" /> | <img src="https://i.loli.net/2020/09/16/sxwr62CKhmYOUyV.jpg" height="250"/> |