react-pluggable-example icon indicating copy to clipboard operation
react-pluggable-example copied to clipboard

react-pluggable-example

An example to demonstrate how to implement simple pluggable mechanism in a React project.

What's This

Please refer to https://zhuanlan.zhihu.com/p/32092168

How to Install

npm install

How to Run

npm run dev

Then visit http://localhost:8080

How to Build

npm run build

The built assets will be put in the 'assets' folder.

Screenshot