首页 > 其他 > 详细

React 入门

时间:2020-03-05 00:52:16      阅读:93      评论:0      收藏:0      [点我收藏+]

资料

https://react.docschina.org/tutorial/tutorial.html

https://material-ui.com/zh/getting-started/usage/

 

开始

1. 创建新的 React 应用

然后

技术分享图片

 

 public/index.html 里的头部

   <meta charset="utf-8" />
    <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="theme-color" content="#000000" />
    <meta
      name="description"
      content="Web site created using create-react-app"
    />
    <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
    <!--
      manifest.json provides metadata used when your web app is installed on a
      user‘s mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
    -->
    <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

meta 里的相关内容请点击链接:

 其余见英文注释

 

React 入门

原文:https://www.cnblogs.com/yucloud/p/12416823.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!