0.0.3 • Published 2 years ago

willow-component-tool v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Introduction

Tool for quickly and simply build react component

Usage

install willow-component-tool

npm i -g willow-component-tool

init a project

willow-tool init

type project info and wait project init, cd the project, and run yarn or npm i install depdences.

Template Directory

|- assets # less file and others
|- docs   # components docs, i18n is supported
|- lib    # js file after build
|- src    # source code
|- tests  # test file
|- .eslintsr.js
|- .gitignore
|- .prettierrc
|- .umirc.ts
|- babel.config.js
|- jest.config.js
|- jest.setup.js
|- rollup.config.js
|- tsconfig.json
|- update-demo.js
|- ...

Thanks

Refer to their projects: