https://github.com/react-component/father-plugin
father plugin for all react-component project
https://github.com/react-component/father-plugin
Last synced: 7 months ago
JSON representation
father plugin for all react-component project
- Host: GitHub
- URL: https://github.com/react-component/father-plugin
- Owner: react-component
- License: mit
- Created: 2022-10-25T02:17:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T03:02:23.000Z (12 months ago)
- Last Synced: 2025-07-24T11:56:25.562Z (8 months ago)
- Language: TypeScript
- Size: 173 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @rc-component/father-plugin
[](https://npmjs.org/package/@rc-component/father-plugin) [](https://npmjs.org/package/@rc-component/father-plugin)
The father plugin for all react-component projects.
## Usage
Install this plugin in `devDependencies`:
```bash
$ npm i @rc-component/father-plugin -D
```
Register it in `.fatherrc.ts`:
```ts
import { defineConfig } from 'father';
export default defineConfig({
plugins: ['@rc-component/father-plugin'],
});
```
## Development
```bash
$ pnpm install
```
```bash
$ npm run dev
$ npm run build
```
## LICENSE
MIT