1.0.0-beta.0 • Published 3 years ago
father-plugin-dumi-theme v1.0.0-beta.0
father-plugin-dumi-theme
The father plugin for develop dumi theme package.
Usage
create-dumi
It is recommended to use create-dumi to start developing a new dumi theme package:
$ npx create-dumi # then select `theme`This plugin is included in the template.
Manually
Install this plugin in devDependencies:
$ npm i father-plugin-dumi-theme -DRegister it in .fatherrc.ts:
import { defineConfig } from 'father';
export default defineConfig({
plugins: ['father-plugin-dumi-theme'],
});Development
$ pnpm install$ npm run dev
$ npm run buildLICENSE
MIT