mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 04:40:17 +03:00
12 lines
615 B
Markdown
12 lines
615 B
Markdown
# Quick Start Guides
|
|
|
|
- `standalone`: [bare standalone](standalone.md)
|
|
- `standalone@vite`: [standalone with Vite](standalone-vite.md)
|
|
- `standalone@webpack`: [standalone with Webpack](standalone-webpack.md)
|
|
- `react@vite`: [React with Vite](react-vite.md)
|
|
- `react@webpack`: [React with Webpack](react-webpack.md)
|
|
- `next@app/turbopack`: [App Router with Turbopack](next-app-turbopack.md)
|
|
- `next@app/webpack`: [App Router with Webpack](next-app-webpack.md)
|
|
- `next@pages/turbopack`: [Pages Router with Turbopack](next-pages-turbopack.md)
|
|
- `next@pages/webpack`: [Pages Router with Webpack](next-pages-webpack.md)
|