Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: leeboya/jstraining
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ruanyf/jstraining
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 6 files changed
  • 5 contributors

Commits on Aug 15, 2018

  1. Configuration menu
    Copy the full SHA
    87da1c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Merge pull request ruanyf#1 from ruanyf/master

    docs(demos): upgrade webpack for simple-app-demo ruanyf#53
    RuinousCheng authored Aug 24, 2018
    Configuration menu
    Copy the full SHA
    7b3bed5 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2018

  1. install postman

    chrome 中无法使用postman扩展程序了,不过postman官网下的app可以用。
    RuinousCheng authored Aug 25, 2018
    Configuration menu
    Copy the full SHA
    9c022be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff79cbe View commit details
    Browse the repository at this point in the history
  3. 指定启动端口的命令

    更新了vscode之后,终端使用的是windows powershell。然后我发现 set PORT=7070 命令 毫无作用。
    找了一圈,发现是powershell的问题,需要使用$env:PORT=7070来指定端口。
    Windows自带的cmd和安装git 提供的git cmd都可以使用set命令来指定端口。
    git bash指定端口的方式未知。
    RuinousCheng authored Aug 25, 2018
    Configuration menu
    Copy the full SHA
    db5ea41 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2018

  1. Merge pull request ruanyf#57 from RuinousCheng/master

    新增powershell下指定启动端口命令
    ruanyf authored Aug 26, 2018
    Configuration menu
    Copy the full SHA
    2f2dffc View commit details
    Browse the repository at this point in the history
  2. docs(demos): edit README

    ruanyf committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    1c8473a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    0820f55 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Merge pull request ruanyf#65 from ruanyf/dependabot/npm_and_yarn/demo…

    …s/express-demo/express-4.17.1
    
    build(deps): bump express from 4.0.0 to 4.17.1 in /demos/express-demo
    ruanyf authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    9a2e301 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Update react.md

    Michael18811380328 authored Nov 10, 2019
    Configuration menu
    Copy the full SHA
    b376b29 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Merge pull request ruanyf#66 from Michael18811380328/patch-1

    Update react.md
    ruanyf authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    5cffbd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. update https://registry.npm.taobao.org to https://registry.npmmirror.com

    NPM Mirror Bot committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    f0531ad View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    2e62ac5 View commit details
    Browse the repository at this point in the history
Loading