2.0.0-beta1 • Published 6 years ago
@fishx/plugin-antd-mobile v2.0.0-beta1
@fishx/plugin-antd-mobile
Installation
yarn add @fishx/plugin-antd-mobile
Usage
import AntdMobilePlugin from '@fishx/plugin-antd-mobile'
const config = {
title: 'fishx',
plugins: [
new AntdMobilePlugin()
],
}
export default config