browser-benchmark/package.json

14 lines
214 B
JSON

{
"name": "fite-app",
"type": "module",
"scripts": {
"start": "fite dev",
"build": "fite build",
"build:keep": "fite build --no-clean"
},
"devDependencies": {
"fite": "^1.1.12"
}
}
浏览器跑分 -- 检测浏览器对新API的支持情况, 以及一些基础的性能测试。 https://benchmark.wkit.fun
JavaScript 63.8%
Vue 31.9%
HTML 4.3%