@zbanx/cms-shared
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.0 • Public • Published

快速开始

一、安装依赖

# 本项目依赖了 @zbanx/components 需确保此模块已安装
yarn add @zbanx/components

# 安装 @zbanx/cms-shared
yarn add @zbanx/cms-shared

二、注册请求方法

为了保证共享组件和项目使用同一个请求方法,请在 src/app.tsx 中注册请求方法,代码如下:

import { request } from 'umi';
import { registerRequestMethod } from '@zbanx/cms-shared';

registerRequestMethod(request);

Readme

Keywords

none

Package Sidebar

Install

npm i @zbanx/cms-shared

Weekly Downloads

1

Version

0.0.1-alpha.0

License

none

Unpacked Size

21.2 kB

Total Files

35

Last publish

Collaborators

  • www1721436982
  • windzb
  • john-yuan
  • cheng.luo