Skip to content

An implementation of server-side rendering using Vue js and Node.

Notifications You must be signed in to change notification settings

samuelayo/vue-ssr

Repository files navigation

vue-ssr

An implementation of server-side rendering using Vue js and Node.

Getting Started

  • Clone this repo
git clone https://github.com/samuelayo/vue-ssr
  • Change directory into the repo
cd vue-ssr
  • install required packages
 npm install
  • Build client bundle
npm run build
  • Build server bundle
npm run build-server
  • Run the application
node entry.js

About

An implementation of server-side rendering using Vue js and Node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published