Giter VIP home page Giter VIP logo

2022-7-15-guigu-admin's Introduction

一、git操作

  1. 克隆项目

  2. 拉去项目

  3. git的常用命令

    git branch  查看分支
    git switch <branch-name>    git chekcout <branch-name>  切换分支
    git switch -c <branch-name>  创建分支
    git status  查看修改过的文件
    git add .  将代码添加到暂存区
    git commit -m "<>"  将代码提交的版本去
    git push origin <branch-name>  将代码推送的远程仓库
    git merge <branch-name>  合并分支
    
    

二、项目

day1

  1. antd 的按需加载
  2. 引入路由
  3. 使用antd的form组件进行收集表单数据和前台验证

2022-7-15-guigu-admin's People

Contributors

yang-li-lab 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.