Example of a minimal Vue integration using Server Routing.
Note
For creating a new Vike app, we recommend using Bati instead of copying this example. Because this example uses a custom Vue integration instead of using vike-vue which we generally don't recommend.
git clone git@github.com:vikejs/vike
cd vike/examples/vue-minimal/
npm install
npm run dev