GithubHelp home page GithubHelp logo

vue-blog's Introduction

vue-blog

后端Java 前端Vue搭建的个人博客

开发流程

  • Java练手demo
  • 选定技术栈
  • 开发接口
  • 前端页面
  • 添加功能
    • 登录评论
    • 文章点赞
    • 根据文章内容评论
  • 根据功能添加微服务、TDMQ

视频记录

  • easycode插件 配置idea操作mysql,添加lombok生成模板。
  • 前台页面需求

git操作

  • git pull 相当于git fetch + git merge
  • git reset --hard HEAD忽略本地修改,拉取新的 将代码push到git
  1. git add .将所有的修改添加到暂存库 git add [file1] [file2]多个文件采用空格隔开。 git add [dir]也可以将指定目录添加到暂存区,包括子目录。
  2. git commit -m "注释内容" 将暂存区内容添加到本地仓库中。
  3. git push origin main 将本地的分支版本上传到远程并合并 git push <远程主机名> <本地分支名>
  4. git回退

vue-blog's People

Contributors

oneshark5 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.