Package Exports
- @wetrial/core
- @wetrial/core/es/index.js
- @wetrial/core/es/utils
- @wetrial/core/es/utils/index.js
- @wetrial/core/lib/index.js
- @wetrial/core/lib/utils
- @wetrial/core/lib/utils/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@wetrial/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@wetrial/core
@wetrial/core.
See website @wetrial/core for more information.
Install
Using npm:
$ npm install --save-dev @wetrial/coreor using yarn:
$ yarn add @wetrial/core --dev文档说明
nav
对应顶部菜单栏,排在第三位;配置如下;
| 配置项 | 说明 | 值 |
|---|---|---|
| title | 显示在顶部菜单中的名称 | core |
| order | 在顶部菜单中的顺序 | 3 |
| path | 路由的基础路径 | /core |