1. @rc-component/father-plugin
The father plugin for all react-component projects
@rc-component/father-plugin
Package: @rc-component/father-plugin
Last modified: Wed, 24 May 2023 03:18:49 GMT
Version: 1.0.2
License: MIT
Downloads: 1,581

Install

npm install @rc-component/father-plugin
yarn add @rc-component/father-plugin

@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

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code