This is a Vue 3 SSR (Server-Side Rendering) app built with Vike, Hono, and deployed to production.
To start the development server, follow these steps:
- Clone the repository:
git clone https://github.com/ultimateshadsform/vike-vue-3-ssr.git
- Navigate to the project directory:
cd vike-vue-3-ssr
- Install dependencies:
bun install
- Start the development server:
bun dev
- Open your browser and visit
http://localhost:3000
to see the app in action.
To build the app for production, run the following command:
bun prod
This will generate a dist
directory containing the production-ready files.
As you can see in the devtools you can see it is using Hono with the Server
http header.