Thanks to visit codestin.com
Credit goes to github.com

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: RDPCoder/electron-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SimulatedGREG/electron-vue
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.
  • 18 commits
  • 13 files changed
  • 19 contributors

Commits on Apr 7, 2021

  1. 修复 ReferenceError: process is not defined 问题 (SimulatedGREG#1020)

    Co-authored-by: wujianfu <[email protected]>
    wjf2016 and wujianfu authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    51d6443 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Added IntelTracker to "made with" section (SimulatedGREG#1002)

    IntelTracker is a project intended for players and speed-runners of No One Lives Forever (2000, PC). It tracks what intelligence items are found in the game as the player finds them. It uses ``electron-vue`` to allow it to run locally as an application, with ``vue`` handling UI updates and customization, and save-file watching using ``chokidar``.
    Hectate authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    ba2f1c1 View commit details
    Browse the repository at this point in the history
  2. Incorrect Korean Spelling Correction (SimulatedGREG#992)

    17Line 
    '잊미' -> '잊지'
    raccoonk authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    df99ed9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    332b887 View commit details
    Browse the repository at this point in the history
  4. Add new translations in Portuguese (SimulatedGREG#880)

    * Add corrections to migration guide in pt-BR
    
    * Add translation to webpack config docs in pt-BR
    drdpedroso authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    9047cff View commit details
    Browse the repository at this point in the history
  5. Updating globals.scss (SimulatedGREG#960)

    A lot of issues talk about global import, if import in vue loader doesn't work, then we can update directly scss and sass.
    Goazil authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    da8686f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34c8f18 View commit details
    Browse the repository at this point in the history
  7. Add app

    kimyearho authored and DispatchCommit committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    99254ef View commit details
    Browse the repository at this point in the history
  8. Add IT-Tools to Electron-Vue

    TsaiKoga authored and DispatchCommit committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    9f8cb4b View commit details
    Browse the repository at this point in the history
  9. Update README.md

    xchopin authored and DispatchCommit committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    c8e620e View commit details
    Browse the repository at this point in the history
  10. add GifsWorld to app list

    dj0nny authored and DispatchCommit committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    71b06ba View commit details
    Browse the repository at this point in the history
  11. Fix a bug when using vuex-electron (SimulatedGREG#782)

    When using `vuex-electron`, this line of import code helps the `mapActions` function work properly.
    z-jack authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    e6a0324 View commit details
    Browse the repository at this point in the history
  12. fix: remove hot-module-replacement in production mode (SimulatedGREG#737

    )
    
    Remove hot-module-replacement related code from the bundled file in the production mode
    Lynx Zhou authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    fb5149b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8333ac9 View commit details
    Browse the repository at this point in the history
  14. Update webpack-configurations.md (SimulatedGREG#823)

    删除多余的拼音de
    ReanRen authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    dc046f6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    14c79ab View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a5be397 View commit details
    Browse the repository at this point in the history
  17. Install git-lfs nicely (SimulatedGREG#501)

    due to Travis CI has a [guide](https://docs.travis-ci.com/user/customizing-the-build/#Git-LFS) to handle Git LFS, we should change this or it may cause problem under osx sometimes. ([like this](https://travis-ci.org/LightouchDev/MasterVyrn/jobs/302319564))
    
    Git LFS on Trusty is installed by default.
    miaulightouch authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    8d4ed60 View commit details
    Browse the repository at this point in the history
Loading