- 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
23 lines
494 B
Markdown
23 lines
494 B
Markdown
# Iconify Utils
|
|
|
|
This is a set of helper functions that deal with Iconify icon sets.
|
|
|
|
Functions are split into a separate library because they are reused in many projects.
|
|
|
|
## Installation
|
|
|
|
To install the library run this command:
|
|
|
|
```
|
|
npm install @iconify/utils --save
|
|
```
|
|
|
|
## Documentation
|
|
|
|
Documentation is available at [Iconify documentation website](https://iconify.design/docs/libraries/utils/).
|
|
|
|
## License
|
|
|
|
The library is released with MIT license.
|
|
|
|
© 2021-PRESENT Vjacheslav Trushkin
|