- web/: Vue 3 + Vite + UnoCSS + Pinia, dark tactical theme (amber/#0d1117) - AppNav, ListingCard, SearchView with filters/sort, composables (useSnipeMode, useKonamiCode, useMotion), Pinia search store - Steal shimmer, auction countdown, Snipe Mode easter egg all native in Vue - docker/web/: nginx + multi-stage Dockerfile (node build → nginx serve) - compose.yml: api (8510) + web (8509) services - Dockerfile CMD updated to uvicorn for upcoming FastAPI layer - Clean build: 0 TS errors, 380 modules
38 lines
885 B
Markdown
38 lines
885 B
Markdown
<p align="center">
|
|
<a href="https://github.com/inikulin/parse5">
|
|
<img src="https://raw.github.com/inikulin/parse5/master/media/logo.png" alt="parse5" />
|
|
</a>
|
|
</p>
|
|
|
|
<div align="center">
|
|
<h1>parse5</h1>
|
|
<i><b>HTML parser and serializer.</b></i>
|
|
</div>
|
|
<br>
|
|
|
|
<div align="center">
|
|
<code>npm install --save parse5</code>
|
|
</div>
|
|
<br>
|
|
|
|
<p align="center">
|
|
📖 <a href="https://parse5.js.org/modules/parse5.html"><b>Documentation</b></a> 📖
|
|
</p>
|
|
|
|
---
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/inikulin/parse5/tree/master/docs/list-of-packages.md">List of parse5 toolset packages</a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/inikulin/parse5">GitHub</a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="http://astexplorer.net/#/1CHlCXc4n4">Online playground</a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/inikulin/parse5/releases">Changelog</a>
|
|
</p>
|