# @wetrial/core

> @wetrial/core.

See website [@wetrial/core](https://wetrial.github.io/wetrials/core) for more information.

## Install

Using npm:

```bash
$ npm install --save-dev @wetrial/core
```

or using yarn:

```bash
$ yarn add @wetrial/core --dev
```

## 文档说明

### nav

对应顶部菜单栏，排在第三位；配置如下；

| 配置项 | 说明                   | 值    |
| ------ | ---------------------- | ----- |
| title  | 显示在顶部菜单中的名称 | core  |
| order  | 在顶部菜单中的顺序     | 3     |
| path   | 路由的基础路径         | /core |
