Skip to content

flutejs/react-component-example

Repository files navigation

React Component Example

Easy way to write a react component.

Feature

  • support ant-design
  • support starting a local server to debug
  • support umd
  • support lint

How to use

  1. git clone https://github.com/flutejs/react-component-example.git
  2. modify package.json
  3. coding
  4. publish to npm

Command

npm start: Start server to debug your code.

npm build: Build umd(in /dist) & translate your code to es3 by babel(in /lib).

npm run pub: Publish module to npm.

npm run lint

About

Easy way to write a react component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published