文件名称:blog-react:博客
文件大小:7.58MB
文件格式:ZIP
更新时间:2024-05-29 09:56:22
JavaScript
blog-react blog ##简单的个人博客项目 线上地址: 使用方法 git clone https://github.com/jiangsssw/blog-react.git npm install 运行开发环境 npm start 运行线上环境 npm run server:dist 打包并copy到dist目录 npm run dist dist目录下的文件为最终上线的前端项目文件,可复制部署到你的后台服务器上,此时要改[api地址]() 这里我用json-server做了一个后台的服务器[点击这里]()
【文件预览】:
blog-react-master
----.gitignore(578B)
----.babelrc(64B)
----.eslintrc(671B)
----package.json(2KB)
----package-lock.json(275KB)
----src()
--------components()
--------images()
--------index.js(536B)
--------function()
--------config()
--------index.html(543B)
--------page()
--------favicon.ico(1KB)
--------actions()
--------styles()
--------stores()
--------sources()
----karma.conf.js(733B)
----webpack.config.js(824B)
----cfg()
--------defaults.js(1KB)
--------test.js(1KB)
--------dist.js(1KB)
--------base.js(1KB)
--------dev.js(963B)
----README.md(736B)
----.yo-rc.json(35B)
----test()
--------components()
--------helpers()
--------config()
--------loadtests.js(252B)
--------actions()
--------stores()
--------sources()
----.editorconfig(188B)
----server.js(1KB)