Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 746 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 746 Bytes

@rc-component/father-plugin

NPM version NPM downloads

The father plugin for all react-component projects.

Usage

Install this plugin in devDependencies:

$ npm i @rc-component/father-plugin -D

Register it in .fatherrc.ts:

import { defineConfig } from 'father';

export default defineConfig({
  plugins: ['@rc-component/father-plugin'],
});

Development

$ pnpm install
$ npm run dev
$ npm run build

LICENSE

MIT