packages/benchmark/template.ejs (22 lines of code) (raw):
<!DOCTYPE html>
<head>
<title>
Formily benchmark
</title>
<style>
html,
body {
user-select: none;
-webkit-user-select: none;
}
</style>
<link type="text/css" rel="stylesheet" href="https://esm.sh/antd@4.x/dist/antd.css"/>
</head>
<body>
<div id="root">
</div>
<script src="https://esm.sh/moment/min/moment-with-locales.js"></script>
<script src="https://esm.sh/react@next/umd/react.production.min.js"></script>
<script src="https://esm.sh/react-dom@next/umd/react-dom.production.min.js"></script>
<script src="https://esm.sh/antd@4.x/dist/antd-with-locales.min.js"></script>
</body>