Files
svg-sprites/docs/en/guides/README.md

12 lines
615 B
Markdown
Raw Normal View History

2026-07-14 16:11:39 +03:00
# 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)