---
home: true
heroText: Formily <%= pascalName %>
tagline: 基于 <%= brandName %> 封装的Formily2.x组件体系
actionText: 开发指南
actionLink: /guide/
features:
  - title: 更易用
    details: 开箱即用，案例丰富
  - title: 更高效
    details: 傻瓜写法，超高性能
  - title: 更专业
    details: 完备，灵活，优雅
footer: Open-source MIT Licensed | Copyright © 2019-present
---

## 安装

vue2:

```bash
$ npm install --save <%= packageName %>
$ npm install --save @formily/core @formily/vue @vue/composition-api @formily/<%= repoName %>
```

## 快速开始

<dumi-previewer demoPath="index" :collapsed="false" />
