Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 402 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 402 Bytes

React-dome

React基础增删改查dome

1.使用方法

1.1安装依赖项

    npm install

1.2生成bundle.js

    npm start

1.3在浏览器运行index.html即可

源代码中包含生成好的bundle.js,可以直接点击运行。

2.相关资料

可以参考代码解析:十分详细的React实例