react to achieve personal blog site

my-react-blog

Front end uses react, backend springcloud, oauth2 do unified authentication, springboot2.0, upload pictures to use Tencent COS

The project is relatively simple, there are many pit, only learning to do reference

Code says:

Backend springcloud

The front react

GitHub:

The front react

Backend springcloud

Project Introduction

react to achieve personal blog, I was about CSS slag slag, less likely, a style I lie Jane books and know almost

Some small UI components with the antd ants gold dress

Function to achieve a list of articles, writing, upload pictures

For this project I made a vue implemented using individual small sites , similar to the basic style, temporarily without making open source

Software Architecture

Software Architecture Description

Dependencies installed are:

  "dependencies": {
    "antd": "^3.10.2",
    "axios": "^0.18.0",
    "braft-editor": "^2.1.29",
    "buffer": "^5.2.1",
    "expose-loader": "^0.7.5",
    "immutable": "^3.8.2",
    "react": "^16.5.0",
    "react-dom": "^16.5.0",
    "react-loadable": "^5.5.0",
    "react-redux": "^5.0.7",
    "react-router-dom": "^4.3.1",
    "react-scripts": "1.1.5",
    "react-sticky": "^6.0.3",
    "react-transition-group": "^2.4.0",
    "redux": "^4.0.0",
    "redux-immutable": "^4.0.0",
    "redux-thunk": "^2.3.0",
    "styled-components": "^3.4.6"
  },
  
复制代码

Installation and operation

  1. npm install
  2. Elevation start

Instructions for use

We need to start back-end services

style

Guess you like

Origin blog.csdn.net/weixin_33743248/article/details/91366399
Recommended