index.html — vite Source File
Architecture documentation for index.html, a html file in the vite codebase.
Entity Profile
Source Code
<h1>treeshake-scoped</h1>
<p class="scoped-index">Imported scoped CSS</p>
<p class="treeshake-scoped-order">
scoped CSS order (this should be red text with blue background)
</p>
<script type="module">
import { d } from './index.js'
import order from './order/a.js'
document.querySelector('.scoped-index').classList.add(d())
document.querySelector('.treeshake-scoped-order').classList.add(order())
</script>
Source
Frequently Asked Questions
What does index.html do?
index.html is a source file in the vite codebase, written in html.
Where is index.html in the architecture?
index.html is located at playground/css/treeshake-scoped/index.html (directory: playground/css/treeshake-scoped).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free