This is an automated email from the ASF dual-hosted git repository.

zhaoyanan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-shardingsphere-benchmark.git

commit d9743a966bb7ec201a614e0de245f01e20f466b9
Merge: 6afd1b2 8036904
Author: nancyzrh <[email protected]>
AuthorDate: Sun Sep 29 18:37:55 2019 +0800

    Merge pull request #3 from wqzwh/master
    
    add shadingsphere-benchmark-ui

 shadingsphere-benchmark-ui/.babelrc                |  27 ++
 shadingsphere-benchmark-ui/.editorconfig           |   9 +
 shadingsphere-benchmark-ui/.eslintignore           |   4 +
 shadingsphere-benchmark-ui/.eslintrc.js            | 297 +++++++++++++++++++++
 shadingsphere-benchmark-ui/.gitignore              |  17 ++
 shadingsphere-benchmark-ui/.postcssrc.js           |  27 ++
 shadingsphere-benchmark-ui/README.md               |  22 ++
 shadingsphere-benchmark-ui/build/build.js          |  58 ++++
 shadingsphere-benchmark-ui/build/check-versions.js |  71 +++++
 shadingsphere-benchmark-ui/build/utils.js          | 125 +++++++++
 .../build/vue-loader.conf.js                       |  22 ++
 .../build/webpack.base.conf.js                     | 119 +++++++++
 .../build/webpack.dev.conf.js                      | 131 +++++++++
 .../build/webpack.prod.conf.js                     | 152 +++++++++++
 shadingsphere-benchmark-ui/config/dev.env.js       |  24 ++
 shadingsphere-benchmark-ui/config/index.js         | 100 +++++++
 shadingsphere-benchmark-ui/config/prod.env.js      |  21 ++
 shadingsphere-benchmark-ui/favicon.ico             | Bin 0 -> 9662 bytes
 shadingsphere-benchmark-ui/favicon.png             | Bin 0 -> 24930 bytes
 shadingsphere-benchmark-ui/index.html              |  32 +++
 shadingsphere-benchmark-ui/package.json            |  87 ++++++
 shadingsphere-benchmark-ui/src/App.vue             |  18 ++
 shadingsphere-benchmark-ui/src/assets/logo.png     | Bin 0 -> 24930 bytes
 shadingsphere-benchmark-ui/src/assets/logo_top.png | Bin 0 -> 8832 bytes
 .../src/components/Container/index.vue             | 185 +++++++++++++
 .../src/components/Footer/index.vue                |  24 ++
 shadingsphere-benchmark-ui/src/main.js             |  15 ++
 shadingsphere-benchmark-ui/src/router/index.js     |  37 +++
 shadingsphere-benchmark-ui/src/utils/line.js       |  55 ++++
 shadingsphere-benchmark-ui/src/utils/mixin.js      |  69 +++++
 shadingsphere-benchmark-ui/src/utils/utils.js      |  11 +
 .../src/views/mysql-vs-sharding/index.vue          |  74 +++++
 .../sharding-proxy-master-slave-sharding/index.vue |  75 ++++++
 .../views/sharding-proxy-master-slave/index.vue    |  75 ++++++
 .../index.vue                                      |  75 ++++++
 shadingsphere-benchmark-ui/static/.gitkeep         |   0
 shadingsphere-benchmark-ui/static/404.html         |  31 +++
 37 files changed, 2089 insertions(+)

Reply via email to