/vue-app

vue + ssr simple example

Primary LanguageJavaScript

Vue server side render with vue-router

This is a basic set-up for a SSR using vue-router.

Main Setup

# install dependencies
npm install

A Vue.js project

# serve at localhost:8080
npm start

# build for production with minification
npm run build