$ cnpm install @rc-component/father-plugin
The father plugin for all react-component projects.
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'],
});
$ pnpm install
$ npm run dev
$ npm run build
MIT
Copyright 2013 - present © cnpmjs.org | Home |