Package Exports
- @wetrial/core/utils
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
title: 关于本站 order: 1
@wetrial/core
wetrial 的核心类库
✨ 特性
- 易学易用
- 使用 TypeScript 构建,提供完整的类型定义文件。
- 包含 model、request、store、等
📣 说明
📦 安装
npm i @wetrial/core --save🔨 使用
import { request } from '@wetrial/core';🖥 开发
$ git clone git@github.com:wetrial/core.git
$ cd core
$ npm install
$ npm start打开浏览器访问 http://127.0.0.1:8001
🤝 贡献
我们欢迎所有人参与共建,请参考CONTRIBUTING.MD