1.5.1 • Published 6 years ago

ufs-react-doc v1.5.1

Weekly downloads
85
License
Apache-2.0
Repository
-
Last release
6 years ago

UFS React Doc

Generator for React & TypeScript based UIKits.

Installation

npm install -g ufs-react-doc

Configuration

Create config file .reacttsdoc.config.js at the root of your project.

Example

  1. Go to "examples/simple" directory
  2. Run ufs-react-doc
  3. Open http://localhost:3000

Generate static files

ufs-react-doc --to-static destinationDir

Full Reload

By default, ufs-react-doc don't watch new components. To change it, add --full-reload flag. ufs-react-doc --full-reload

Export components.json to custom directory

Example: ufs-react-doc --to-json /Users/UserName/Desktop