mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 04:40:17 +03:00
1.4 KiB
1.4 KiB
Documentation
Choose one exact mode guide for setup. The guides are standalone documents and can also be used unchanged by AI skills.
Quick Start Guides
| Project | Exact mode | Guide |
|---|---|---|
| Static HTML or custom publishing | standalone |
Bare standalone |
| Vanilla + Vite | standalone@vite |
Standalone + Vite |
| Vanilla + Webpack 5 | standalone@webpack |
Standalone + Webpack |
| React + Vite | react@vite |
React + Vite |
| React + Webpack 5 | react@webpack |
React + Webpack |
| Next.js App Router + Turbopack | next@app/turbopack |
App Router + Turbopack |
| Next.js App Router + Webpack | next@app/webpack |
App Router + Webpack |
| Next.js Pages Router + Turbopack | next@pages/turbopack |
Pages Router + Turbopack |
| Next.js Pages Router + Webpack | next@pages/webpack |
Pages Router + Webpack |
Every guide follows the same order:
- Generate the sprite through
npxwithout adding the package to the project. - Optionally install and connect the debug Viewer.
- Optionally type the config through the package or a local copy-paste type.