1.1.0 • Published 3 years ago

fuel-ui-com v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

欢迎使用 fuel-ui

fuel 研发组件库

使用方法

安装

切换请求源后进行安装

# npm
npm config set registry http://192.168.21.100:8888
npm install fuel-ui -S

#yarn
yarn config set registry http://192.168.21.100:8888
yarn add fuel-ui

引入到项目中

import { PageTitle } from 'fuel-ui';

帮助中心