Skip to content

Commit

Permalink
docs: make link to existing integrations more prominent (vitejs#4525)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Aug 6, 2021
1 parent 0209086 commit 55bcc3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guide/backend-integration.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Backend Integration

:::tip Note
If you want to serve the HTML using a traditional backend (e.g. Rails, Laravel) but use Vite for serving assets, check for existing integrations listed in [Awesome Vite](https://github.com/vitejs/awesome-vite#integrations-with-backends).

Or you can follow these steps to configure it manually:
If you need a custom integration, you can follow the steps in this guide to configure it manually
:::

1. In your Vite config, configure the entry and enable build manifest:

Expand Down

0 comments on commit 55bcc3f

Please sign in to comment.