文件名称:myBlog:这是我的博客源代码
文件大小:202KB
文件格式:ZIP
更新时间:2024-03-01 07:53:09
JavaScript
我的博客 基于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 = "primary" > Button < / Button > < / div > ) ; export default App ; 在src / App.css文件顶部✓antd/ dist /
【文件预览】:
myBlog-master
----my-blog()
--------.gitignore(310B)
--------package.json(852B)
--------package-lock.json(584KB)
--------src()
--------public()
--------debug.log(0B)
--------README.md(3KB)
----README.md(1KB)