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

ovilia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-bar-racing.git.


    from 3f71e99  init using vite
     new f5774dd  chore: refactor with spa boilerplate
     new 4298e90  use tailwind css

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE                       |  201 ++
 README.md                     |   27 +-
 _body.html                    |    3 +
 config/common.js              |    2 +
 config/env.asf.js             |    4 +-
 config/env.dev.js             |    6 +
 config/env.localsite.js       |    6 +
 index.html                    |   80 +-
 package-lock.json             | 5036 +++++++++++++++++++++++++++++++++++++++++
 package.json                  |   52 +-
 postcss.config.js             |    7 +
 public/favicon.ico            |  Bin 4286 -> 0 bytes
 src/.DS_Store                 |  Bin 6148 -> 0 bytes
 src/App.vue                   |   61 +-
 src/assets/logo.png           |  Bin 6849 -> 0 bytes
 src/components/BTable.vue     |   46 +
 src/components/ETable.vue     |   17 -
 src/components/HelloWorld.vue |   73 +-
 src/i18n/en-US.ts             |    3 +
 src/i18n/zh-CN.ts             |    9 +
 src/index.css                 |    4 +
 src/main.ts                   |   33 +-
 src/shims-vue.d.ts            |    5 -
 src/vue.shim.d.ts             |    5 +
 tailwind.config.js            |   14 +
 tsconfig.json                 |   28 +-
 vite.config.ts                |   23 +-
 27 files changed, 5559 insertions(+), 186 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 _body.html
 create mode 100644 config/common.js
 create mode 100644 config/env.dev.js
 create mode 100644 config/env.localsite.js
 create mode 100644 package-lock.json
 create mode 100644 postcss.config.js
 delete mode 100644 public/favicon.ico
 delete mode 100644 src/.DS_Store
 delete mode 100644 src/assets/logo.png
 create mode 100644 src/components/BTable.vue
 delete mode 100644 src/components/ETable.vue
 create mode 100644 src/i18n/en-US.ts
 create mode 100644 src/i18n/zh-CN.ts
 create mode 100644 src/index.css
 delete mode 100644 src/shims-vue.d.ts
 create mode 100644 src/vue.shim.d.ts
 create mode 100644 tailwind.config.js

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to