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