1 Star 0 Fork 0

hanlei525/react入门

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.js 544 Bytes
一键复制 编辑 原始数据 按行查看 历史
hanlei525 提交于 2021-08-06 17:49 +08:00 . 正确提交代码
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import reportWebVitals from './reportWebVitals';
// import AppRouter from './AppRouter'
import AppRouter from './Pages/AppRouter'
import 'antd/dist/antd.css'
ReactDOM.render(
<AppRouter/>,
document.getElementById('root')
);
// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hlshare/react_basic.git
git@gitee.com:hlshare/react_basic.git
hlshare
react_basic
react入门
master

搜索帮助