Skip to content

userVF/ssr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is server-side rendering example built with Fastify routing and Vue.

How it works

ssr

Prerequisites

  • Node.js

Code setup

Install dependencies

npm ci

Build bundles

npm run build

Live example

Run application server

node ./server/app-server.js

Run static server (in new terminal tab)

node ./server/static-server.js

Open in a browser

http://localhost:3000

Development

Run application server

node ./server/app-server.js

Run development server (in new terminal tab)

npm run dev

About

SSR with Fastify and Vue

Resources

License

Stars

Watchers

Forks