Skip to content

AwesomeYuer/JsonStructuresDiffAssistantToolsOnline

Repository files navigation

Json Structures Diff Assistant Tools Online

powered by pure HTML/JavaScript/CSS i.e., monaco-editor/fast-json-stable-stringify/split.js/driver.js/knockoutjs/jquery/jquery-ui.

Online Demo

May be you'd better access it Over The GFW (Great Fire Wall).

https://microshaoft.github.io/JsonStructuresDiffAssistantToolsOnline/

https://AwesomeYuer.github.io/JsonStructuresDiffAssistantToolsOnline/

https://lemon-mushroom-030d23500.1.azurestaticapps.net/

Development Running/Debuging Usage

  1. Initialize Development Environment for using NodeJs lite-server as Web Server in VSCode:

    npm init
    
  2. package.json Configuration for Running Web Server command line in VSCode:

    {
        "scripts" : {
            "start"   : "lite-server",
            "dev"     : "lite-server",
            "crash"   : "lite-server",
            "build"   : "echo This is a Fake Building process ..."
        }
    }
  3. Debug or Run Command Line in VSCode:

    npm run crash
    

    Or

    npm run start
    

    Or

    npm run dev
    

Special Thanks for Open Source

https://microsoft.github.io/monaco-editor/

https://github.com/microsoft/monaco-editor


https://github.com/epoberezkin/fast-json-stable-stringify

https://github.com/substack/json-stable-stringify


https://split.js.org/

https://github.com/nathancahill/split


https://kamranahmed.info/driver.js/

https://github.com/kamranahmedse/driver.js


https://knockoutjs.com/

https://github.com/knockout/knockout


https://jquery.com/

https://github.com/jquery/jquery


https://jqueryui.com/

https://github.com/jquery/jquery-ui

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages