browser-benchmark/src/main.js

19 lines
320 B
JavaScript

/**
* {}
* @author yutent<yutent.io@gmail.com>
* @date 2023/07/18 16:01:13
*/
import 'es.shim'
import '@/lib/polyfill.js'
import '@bd/ui/card/index.js'
import '@bd/ui/space/index.js'
import { createApp } from 'vue'
import App from './app.vue'
import store from './store'
createApp(App).use(store).mount('#app')
浏览器跑分 -- 检测浏览器对新API的支持情况, 以及一些基础的性能测试。 https://benchmark.wkit.fun
JavaScript 63.8%
Vue 31.9%
HTML 4.3%