Skip to content

Easy way to write a react component. The react component template.

Notifications You must be signed in to change notification settings

nikogu/react-component-example

Repository files navigation

React Component Example

Easy way to write a react component. The react component template.

Feature

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

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.(http://127.0.0.1:8000/demo)

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. The react component template.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published