myBlog:这是我的博客源代码 源码
我的博客 基于React建立个人博客。 创建项目步骤 创建React应用 npx create-react-app my-app 安装ant设计 # 方式1 npm install antd -S # 方式2 npm add antd 使用ant设计 在src / App.js中日期antd的组件 import React from 'react' ; import { Button } from 'antd' ; import './App.css' ; const App = ( ) => ( < div xss=removed> < Button type = "pri
文件列表
myBlog-master.zip
(预估有个27文件)
myBlog-master
my-blog
.gitignore
310B
package.json
852B
package-lock.json
584KB
src
setupTests.js
255B
assets
image
author-pic.png
73KB
暂无评论