Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shuizhongxiong/toy-react


https://github.com/shuizhongxiong/toy-react

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# toy-react

```bash
# npm 初始化
npm init

# 安装 webpack
yarn add webpack webpack-cli -D

# 安装 babel
yarn add babel-loader @babel/core @babel/preset-env -D

# 安装 jsx plugin
yarn add @babel/plugin-transform-react-jsx -D
```