@fishx/plugin-fishx-mobile
v2.0.0-beta1
Published
fishx mobile plugin
Readme
@fishx/plugin-fishx-mobile
Installation
yarn add @fishx/plugin-fishx-mobileUsage
import FishxMobilePlugin from '@fishx/plugin-fishx-mobile'
const config = {
title: 'fishx',
plugins: [
new FishxMobilePlugin()
],
}
export default config