Code Monkey home page Code Monkey logo

my-blog-vuepress's Introduction

开始使用

开发

npm run dev

打包

npm run build

实现自动化

  • Gh-pages部署自动化
    • 发布到gh-pages
    npm run publish
    
    注:window系统,请使用git-bash执行。如果你是使用vscode,可以参考设置terminal运行程序

  • Git提交自动化
    • 命令说明: 命令|描述 -|-|
      --l|提交日志内容
      --b|创建分支
    • 示例:
      • 创建分支feature/log,并提交代码到这个分支,提交内容是完善git.sh
      npm run git --b "feature/log" --l "完善git.sh"
      
      • 提交代码到当前分支,提交内容是完善git.sh
      npm run git --l "完善git.sh"
      

参考

  • Git常见操作
    • 切换分支
    git checkout master
    
    • 把分支feature/log合并当前分支
    git merge feature/log
    
    • 缓存区取消
    git reset HEAD
    
    • 把全部更改的文件都取消
    git reset --hard HEAD
    

my-blog-vuepress's People

Contributors

yt46767 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.